Java java.lang.annotation Annotation fields, constructors, methods, implement or subclass

Example usage for Java java.lang.annotation Annotation fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

java.lang.annotation.Annotation has the following implementations.
Click this link to see all its implementation.

Method

ClassannotationType()
Returns the annotation type of this annotation.
booleanequals(Object obj)
Returns true if the specified object represents an annotation that is logically equivalent to this one.
ClassgetClass()
Returns the runtime class of this Object .
StringtoString()
Returns a string representation of this annotation.