Java java.lang.reflect AnnotatedType fields, constructors, methods, implement or subclass

Example usage for Java java.lang.reflect AnnotatedType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.reflect AnnotatedType.

The text is from its open source code.

Method

Annotation[]getAnnotations()
Returns annotations that are present on this element.
TypegetType()
Returns the underlying type that this annotated type represents.