org.cruxframework.crux.core.rebind.screen.widget.declarative
Annotation Type TagConstraints


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface TagConstraints

Author:
Thiago da Rosa de Bustamante

Optional Element Summary
 String description
          A description to be used to compose the documentation of the generated library
 boolean inheritsParentAttributes
           
 String maxOccurs
           
 String minOccurs
           
 String tagName
           
 Class<?> type
           
 String widgetProperty
           
 

minOccurs

public abstract String minOccurs
Default:
"1"

maxOccurs

public abstract String maxOccurs
Default:
"1"

tagName

public abstract String tagName
Default:
""

description

public abstract String description
A description to be used to compose the documentation of the generated library

Default:
""

type

public abstract Class<?> type
Default:
java.lang.Void.class

widgetProperty

public abstract String widgetProperty
Default:
""

inheritsParentAttributes

public abstract boolean inheritsParentAttributes
Default:
false


Copyright © 2014. All rights reserved.