Annotation Type Setting.Factory


  • @Target(TYPE)
    @Retention(CLASS)
    public static @interface Setting.Factory
    Setting factory annotation Must be applied to any class that is generating settings via the annotation processor.
    See Also:
    Setting