Annotation Type PopulatedByPass


  • public @interface PopulatedByPass
    This annotation denotes that, this property is populates by a pass. Optionally, also specifying which Pass class is responsible.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends Pass> value  
    • Element Detail

      • value

        java.lang.Class<? extends Pass> value