aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/javadoc/javadocTags/AllStandardJavadocTags.txt
blob: ef5bd4a39617fdbab7d049405a1d7e193c6fcff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64

@author John Locke
@author Man in black, Sub Zero
@author <a href="mailto:meth@albuquerque.com">Walter White</a>
@deprecated This method is deprecated
because we created new one.
@exception IOException throws exception if connection refused.
@param arg String argument
@param <E> it is generic
@param type I can describe 'type'
on several lines.
One more line of description.
@return something
@return a value of element
that is passed as argument.
@see "A book of that famous man"
@see <a href="http://google.com">Google</a>
@see <a href="http://google.com">
Google</a>
@see java.lang.Integer#valueOf
@see java.lang.Integer#Integer
@see java.lang.Integer#MAX_VALUE
@see java.lang.Integer#valueOf valueOf method
@see java.lang.Integer#Integer Integer
@see java.lang.Integer#MAX_VALUE maxValue
@see java.lang.Integer#intValue method
@see java.lang.Integer#intValue() method
@see java.lang.Void#Void constructor
@see java.lang.Void#Void() constructor
@see java.lang.Integer#valueOf(String) method
@see java.lang.Integer#toString(int,int) method
@see java.lang.Integer#toString(int, int) method
@see #field
@see #method(Type, Type)
@see #method(Type argname, Type argname)
@see #constructor(Type, Type)
@see #constructor(Type argname, Type argname)
@see Class#field
@see Class#method(Type, Type, Type)
@see Class#method(Type argname, Type argname)
@see Class#constructor(Type, Type)
@see Class#constructor(Type argname, Type argname)
@see Class.NestedClass
@see Class
@see com.github.checkstyle.Class#field
@see com.github.checkstyle.Class#method(Type, Type)
@see com.github.checkstyle.Class#method(Type argname, Type argname)
@see com.github.checkstyle.Class#constructor(Type, Type)
@see com.github.checkstyle.Class#constructor(Type argname, Type argname)
@see com.github.checkstyle.Class.NestedClass
@see com.github.checkstyle.Class
@see com.github.checkstyle
@serial field description
on few lines
and even here
@serial include
@serial exclude
@serialField myField myObjectStreamField description of my serial field
@serialData The data-description documents the types and order of data in the serialized form. Specifically, this data includes the optional data written by the writeObject method and all data (including base classes) written by the Externalizable.writeExternal method.
@since 1.5
@since Release 3.4.5
@throws IOException throws exception if connection refused.
@version 1.2
@version Release 1.1.1