Interface MethodAnnotationScanner.Context<A extends Annotation>
- Enclosing interface:
- MethodAnnotationScanner
-
Method Summary
Modifier and TypeMethodDescriptionstatic <A extends Annotation>
MethodAnnotationScanner.Context<A>of(Object instance, Method method, A annotation, MindustryPlugin plugin)
-
Method Details
-
of
static <A extends Annotation> MethodAnnotationScanner.Context<A> of(Object instance, Method method, A annotation, MindustryPlugin plugin) -
getInstance
Object getInstance() -
getMethod
Method getMethod() -
getAnnotation
A getAnnotation() -
getPlugin
MindustryPlugin getPlugin()
-