fixed some formatting typos
[vimdoclet.git] / sample / java.lang.annotation.ElementType.txt
blobc4169c9681fce41a910703aba22f7b08c7fd782e
1 *java.lang.annotation.ElementType* *ElementType* A program element type.
3 public final enumElementType
4   extends    |java.lang.Enum|
6 |java.lang.annotation.ElementType_Description|
7 |java.lang.annotation.ElementType_Fields|
8 |java.lang.annotation.ElementType_Constructors|
9 |java.lang.annotation.ElementType_Methods|
11 ================================================================================
13 *java.lang.annotation.ElementType_Methods*
14 |java.lang.annotation.ElementType.valueOf(String)|
15 |java.lang.annotation.ElementType.values()|
17 *java.lang.annotation.ElementType_Description*
19 A program element type. The constants of this enumerated type provide a simple 
20 classification of the declared elements in a Java program. 
22 These constants are used with the (|java.lang.annotation.Target|) 
23 meta-annotation type to specify where it is legal to use an annotation type. 
27 *java.lang.annotation.ElementType.valueOf(String)*
29 public static |java.lang.annotation.ElementType| valueOf(java.lang.String name)
35 *java.lang.annotation.ElementType.values()*
37 public static final |java.lang.annotation.ElementType|[] values()