Annotation Type Reflectable


  • @Target({TYPE,METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface Reflectable
    Annotates a getter method or field so reflection utility to control whether the annotated member is recorded during scanning for bean-style method or field.
    Since:
    2.0.0
    Author:
    Pinaki Poddar
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean value  
    • Element Detail

      • value

        boolean value
        Default:
        true