Class AnnotationSource.Explicit

    • Constructor Detail

      • Explicit

        public Explicit​(AnnotationDescription... annotation)
        Creates a new explicit annotation source.
        Parameters:
        annotation - The represented annotations.
      • Explicit

        public Explicit​(List<? extends AnnotationDescription> annotations)
        Creates a new explicit annotation source.
        Parameters:
        annotations - The represented annotations.