Package org.glassfish.api.admin.config
Annotation Interface PropertiesDesc
Annotation that holds an array of
PropertyDesc for properties eg org.jvnet.hk2.config.types.Property.
Needed because it's not otherwise possible to have more than one annotation of the same type.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanreturns true if these describe <system-property>
-
Element Details
-
props
PropertyDesc[] propsname of the property
-
-
-
systemProperties
boolean systemPropertiesreturns true if these describe <system-property>- Default:
- false
-