@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AdministeredObject
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class[] |
adminObjectInterfaces
Specifies the Java type of the interface implemented by the administered
object.
|