@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Parent
Parent
annotation assigns a module an explicit parent category.
The parent can be any class.Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<?> |
value
Returns the parent class.
|