org.apache.pivot.beans
Annotation Type DefaultProperty


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface DefaultProperty

Specifies a property to which child elements will be added or set when an explicit property is not given.


Required Element Summary
 String value
          The name of the default property.
 

Element Detail

value

public abstract String value
The name of the default property.