Class PackageDescription.Simple

    • Field Detail

      • name

        private final java.lang.String name
        The name of the package.
    • Constructor Detail

      • Simple

        public Simple​(java.lang.String name)
        Creates a new simple package.
        Parameters:
        name - The name of the package.
    • Method Detail

      • getDeclaredAnnotations

        public AnnotationList getDeclaredAnnotations()
        Returns a list of annotations that are declared by this instance.
        Returns:
        A list of declared annotations.
      • getName

        public java.lang.String getName()
        Returns the internalName of this byte code element.
        Returns:
        The internalName of this byte code element as visible from within a running Java application.