Class MethodAnnotations
java.lang.Object
com.djrapitops.plan.extension.extractor.MethodAnnotations
Deprecated.
Old implementation used this.
Implementation detail, utility class for handling method annotations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Annotation>
Optional<T> Deprecated.<T extends Annotation>
Collection<T> getAnnotations(Class<T> ofType) Deprecated.<T extends Annotation>
Map<Method, T> getMethodAnnotations(Class<T> ofType) Deprecated.static booleanDeprecated.booleanisEmpty()Deprecated.<T extends Annotation>
voidDeprecated.toString()Deprecated.
-
Constructor Details
-
MethodAnnotations
public MethodAnnotations()Deprecated.
-
-
Method Details
-
hasAnyOf
-
get
Deprecated. -
put
Deprecated. -
getMethodAnnotations
Deprecated. -
getAnnotations
Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
toString
-