org.azzyzt.jee.runtime.annotation
Annotation Type AzzyztGeneratorOptions


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

This annotation can be used on Azzyztant, the generated class that can be modified to request customizations to the code generated by Azzyzt JEE Tools.

See Also:
AzzyztGeneratorCutback, AzzyztGeneratorOption

Optional Element Summary
 AzzyztGeneratorCutback[] cutbacks
           
 AzzyztGeneratorOption[] options
           
 

cutbacks

public abstract AzzyztGeneratorCutback[] cutbacks
Returns:
an array of AzzyztGeneratorCutback, i.e. requests to not generate code that would normally be generated. Cutbacks are optional.
Default:
{}

options

public abstract AzzyztGeneratorOption[] options
Returns:
an array of AzzyztGeneratorOption, i.e. requests to generate code that would normally not be generated. Options are optional.
Default:
{}