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


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface TagEventDeclaration

Author:
Thiago da Rosa de Bustamante

Required Element Summary
 String value
           
 
Optional Element Summary
 String description
          A description to be used to compose the documentation of the generated library
 boolean required
           
 

Element Detail

value

public abstract String value

description

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

Default:
""

required

public abstract boolean required
Default:
false


Copyright © 2014. All rights reserved.