ecologylab.xml
Annotation Type ElementState.xml_bind_to
@Retention(value=RUNTIME)
@Inherited
public static @interface ElementState.xml_bind_to
Source of bindings that will be mapped to an xml_bind_from declaration inside
an inheriting object or one referenced through a field.
- Author:
- andruid
name
public abstract java.lang.String name
- Returns:
- This is the name of this binding site. It must match the name of the bind_from site.
Common static final constants can be used across @xml_bind_to and @xml_bind_from,
ensuring robust consistency through re-factoring.
scopeName
public abstract java.lang.String scopeName
classes
public abstract java.lang.Class<? extends ElementState>[] classes