-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ProcessesContents
Wrapper for repeatedProcessesContent
.Developers do not need to use this (it is used internally by java to autowrap multiple annotations).
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ProcessesContent[]
value
Get the array of annotations
-
-
-
Element Detail
-
value
ProcessesContent[] value
Get the array of annotations- Returns:
- the repeated annotations
-
-