Annotation Type FlatStylingSupport.Styleable


  • @Target(FIELD)
    @Retention(RUNTIME)
    public static @interface FlatStylingSupport.Styleable
    Indicates that a field is intended to be used by FlatLaf styling support.

    Do not rename fields annotated with this annotation.

    Since:
    2
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean dot  
      java.lang.Class<?> type  
    • Element Detail

      • dot

        boolean dot
        Default:
        false
      • type

        java.lang.Class<?> type
        Default:
        java.lang.Void.class