java.lang.Object
java.lang.Enum<AnnotationType>
com.mrivanplays.annotationconfig.core.annotations.type.AnnotationType
All Implemented Interfaces:
Serializable, Comparable<AnnotationType>, java.lang.constant.Constable

public enum AnnotationType extends Enum<AnnotationType>
Represents an annotation type, holding utility methods for the held raw annotation type.
Author:
MrIvanPlays