Interface Annotatable

    • Method Detail

      • getAnnotations

        @Nonnull
        java.util.Set<? extends Annotation> getAnnotations()
        Gets a set of the annotations that are applied to this object. The annotations in the returned set are guaranteed to have unique types.
        Returns:
        A set of the annotations that are applied to this object