@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface IncludeSubclass
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class[] |
value
List of subclasses that should be analyzed for attributes and operations.
|