org.glassfish.api.admin.config
Annotation Type PropertiesDesc


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @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
 PropertyDesc[] props
          name of the property
 
Optional Element Summary
 boolean systemProperties
          returns true if these describe <system-property>
 

Element Detail

props

public abstract PropertyDesc[] props
name of the property

systemProperties

public abstract boolean systemProperties
returns true if these describe <system-property>

Default:
false


Copyright © 2012 GlassFish Community. All Rights Reserved.