Package org.infinispan.protostream
Interface AnnotationMetadataCreator<MetadataOutType,AnnotatedDescriptorType extends AnnotatedDescriptor>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface AnnotationMetadataCreator<MetadataOutType,AnnotatedDescriptorType extends AnnotatedDescriptor>
Creates an application specific alternative representation of anAnnotationElement.Annotation
value.- Since:
- 2.0
- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataOutType
create(AnnotatedDescriptorType annotatedDescriptor, AnnotationElement.Annotation annotation)
-
-
-
Method Detail
-
create
MetadataOutType create(AnnotatedDescriptorType annotatedDescriptor, AnnotationElement.Annotation annotation)
-
-