Class CommandInterceptorAnnotationBinding
java.lang.Object
tech.guilhermekaua.spigotboot.commands.CommandInterceptorAnnotationBinding
-
Constructor Summary
ConstructorsConstructorDescriptionCommandInterceptorAnnotationBinding(Annotation annotation, List<Class<? extends CommandAnnotationInterceptor<?>>> interceptorTypes) -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>List<Class<? extends CommandAnnotationInterceptor<?>>>
-
Constructor Details
-
CommandInterceptorAnnotationBinding
public CommandInterceptorAnnotationBinding(Annotation annotation, List<Class<? extends CommandAnnotationInterceptor<?>>> interceptorTypes)
-
-
Method Details
-
getAnnotation
-
getAnnotationType
-
getInterceptorTypes
-