Jago de Vreede created FELIX-5346:
-------------------------------------
Summary: Start annotation not propagated to sub classes
Key: FELIX-5346
URL: https://issues.apache.org/jira/browse/FELIX-5346
Project: Felix
Issue Type: Bug
Components: Dependency Manager Annotations
Reporter: Jago de Vreede
Following case in pseudocode:
{code}Class A {
@Start
public void start() {
System.out.println("start");
}
}
@Component
Class B extends A {
}{code}
When you run this nothing is printed but the start method in A should be called
as B extends A.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)