Package org.glassfish.api.admin.config
Annotation Type PropertiesDesc
-
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface PropertiesDesc
Annotation that holds an array ofPropertyDescfor properties egProperty. Needed because it's not otherwise possible to have more than one annotation of the same type.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description PropertyDesc[]propsname of the property
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleansystemPropertiesreturns true if these describe <system-property>
-
-
-
Element Detail
-
props
PropertyDesc[] props
name of the property
-
-