Annotation Type AwtFlowLayout


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE_USE,TYPE_PARAMETER})
    @SubtypeOf(FenumTop.class)
    public @interface AwtFlowLayout
    Line alignments in a flow layout (see FlowLayout for more details).
    See Also:
    FlowLayout.LEFT, FlowLayout.CENTER, FlowLayout.RIGHT, FlowLayout.LEADING, FlowLayout.TRAILING
    See the Checker Framework Manual:
    Fake Enum Checker