Annotation Type EnumExclusions


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface EnumExclusions
    Filename: EnumOptions Author: Perry Arellano-Jones Created on: 7/24/15 Project: Reporting 3.0

    Use 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 Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] exclusions  
    • Element Detail

      • exclusions

        java.lang.String[] exclusions