Class TypePool.Default.LazyTypeDescription.LazyPackageDescription

    • Field Detail

      • typePool

        private final TypePool typePool
        The type pool to use for look-ups.
      • name

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

      • LazyPackageDescription

        private LazyPackageDescription​(TypePool typePool,
                                       java.lang.String name)
        Creates a new lazy package description.
        Parameters:
        typePool - The type pool to use for look-ups.
        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.