Class PackageDescription.Simple

    • Constructor Detail

      • Simple

        public Simple​(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 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.