Class EnumAnnotationElement

java.lang.Object
com.strobel.assembler.metadata.annotations.AnnotationElement
com.strobel.assembler.metadata.annotations.EnumAnnotationElement

public final class EnumAnnotationElement extends AnnotationElement
Author:
Mike Strobel
  • Constructor Details

    • EnumAnnotationElement

      public EnumAnnotationElement(TypeReference enumType, String enumConstantName)
  • Method Details

    • getEnumType

      public TypeReference getEnumType()
    • getEnumConstantName

      public String getEnumConstantName()