JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
integration.tests
AnAnnotation
Contents
Description
Optional Element Summary
Element Details
integers
value
Hide sidebar
Show sidebar
Annotation Type AnAnnotation
@Target
({
FIELD
,
METHOD
,
TYPE
,
TYPE_USE
})
@Retention
(
RUNTIME
)
public @interface
AnAnnotation
The Interface AnAnnotation.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
int[]
integers
Integers.
String
value
Value.
Element Details
integers
int[]
integers
Integers.
Returns:
the int[]
Default:
{}
value
String
value
Value.
Returns:
the string
Default:
"test"