Interface ExposedBindingAnnotation.BindingAnnotationFactory
- All Known Implementing Classes:
DefaultBindingAnnotationFactory
- Enclosing class:
ExposedBindingAnnotation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Resolves an instance of
Annotation
given the supplied ModuleDefinition
-
Method Summary
Modifier and TypeMethodDescriptiondefault Annotation
construct
(Class<?> cls, ExposedBindingAnnotation annotation) construct
(Class<?> cls, Class<? extends Annotation> annotationClass)
-
Method Details
-
construct
-
construct
-