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
-
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 boolean
Deprecated.boolean
isEmpty()
Deprecated.<T extends Annotation>
voidDeprecated.toString()
Deprecated.
-
Constructor Details
-
MethodAnnotations
public MethodAnnotations()Deprecated.
-
-
Method Details