Enum UsageModifier

java.lang.Object
java.lang.Enum<UsageModifier>
gw.lang.annotation.UsageModifier
All Implemented Interfaces:
Serializable, Comparable<UsageModifier>, java.lang.constant.Constable

public enum UsageModifier extends Enum<UsageModifier>
  • Enum Constant Details

    • None

      public static final UsageModifier None
      Use None to specify this annotation cannot exist on a class
    • One

      public static final UsageModifier One
      Use One to specify this annotation can only appear once on a class
    • Many

      public static final UsageModifier Many
      Use Many to specify this annotation can appear many times on a class
  • Constructor Details

    • UsageModifier

      private UsageModifier()
  • Method Details