@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Feature
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<?> |
clazz
Get the implementation type.
|
java.lang.Class<?> |
type
Get the interface type.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
addlast
Flag if default last feature dependency should be added.
|
java.lang.Class<?>[] |
predecessors
The presdecessors.
|
boolean |
replace
Replace content of the existing classes.
|
java.lang.Class<?>[] |
successors
The successors.
|