Achievement.AchievementType

  • Achievement.AchievementType is an abstract annotation interface representing an achievement type.

  • It inherits standard methods from the java.lang.annotation.Annotation interface, including annotationType(), equals(), hashCode(), and toString().

public static abstract @interface Achievement.AchievementType implements Annotation

Achievement type.

Inherited Method Summary