Package org.hibernate.models.spi
Interface AnnotationTarget.AnnotationUsageProcessor<T>
- Type Parameters:
T- The type of the value being returned.
- Enclosing interface:
- AnnotationTarget
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional contract to process an annotation and return a value.
-
Method Summary
Modifier and TypeMethodDescriptionprocess(AnnotationUsage<? extends Annotation> annotationUsage) The processed value.
-
Method Details
-
process
The processed value. May benullto indicate a "no match"
-