Goal.ObjectiveType

  • Goal.ObjectiveType is an abstract annotation interface that represents the type of a goal's objective.

  • It inherits standard annotation methods like annotationType(), equals(), hashCode(), and toString().

public static abstract @interface Goal.ObjectiveType implements Annotation

Type of a goal's objective.

Inherited Method Summary