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

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

Introduction

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

The text is from its open source code.

Field

ElementTypeTYPE
Class, interface (including annotation type), or enum declaration
ElementTypeFIELD
Field declaration (includes enum constants)
ElementTypeMETHOD
Method declaration
ElementTypePARAMETER
Formal parameter declaration
ElementTypeCONSTRUCTOR
Constructor declaration
ElementTypeANNOTATION_TYPE
Annotation type declaration