Interface AnnotatedType

All Superinterfaces:
Type
All Known Implementing Classes:
AnnotatedTypeImpl

@Deprecated public interface AnnotatedType extends Type
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
Represents an annotated type. For example:
      @NonNull String
      @Positive int
 
Since:
1.8
  • Method Details

    • annotations

      AnnotationDesc[] annotations()
      Deprecated.
      Returns the annotations associated with this type.
      Returns:
      the annotations associated with this type
    • underlyingType

      Type underlyingType()
      Deprecated.
      Returns the underlying type.
      Returns:
      the underlying type