org.apache.pivot.beans
Annotation Type IDProperty


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

Specifies a property to which BXML ID values will be propagated during serialization.


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

Element Detail

value

public abstract String value
The name of the ID property.