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 metadata representation of an AnnotationElement.Annotation value.
    Since:
    2.0
    Author:
    [email protected]