Annotation Type EnumExclusions
- 
 @Retention(RUNTIME) @Target(METHOD) public @interface EnumExclusionsFilename: EnumOptions Author: Perry Arellano-Jones Created on: 7/24/15 Project: Reporting 3.0Use this annotation on ReportShape getter/setter methods to define an enumerated property type that will populate the property editor table with a combobox style selector 
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.String[]exclusions
 
-