Interface ModifierContributor.ForType

All Superinterfaces:
ModifierContributor
All Known Implementing Classes:
EnumerationState, Ownership, SyntheticState, TypeManifestation, Visibility
Enclosing interface:
ModifierContributor

public static interface ModifierContributor.ForType extends ModifierContributor
A marker interface for modifiers that can be applied to types.
  • Field Details

    • MASK

      static final int MASK
      A mask for all legal modifiers of a Java type.
      See Also: