jakarta.jakartaee-api 10.0.0
jakarta.annotation
Resources
Top
Description
Methods
jakarta.annotation
public
@Interface Resources
extends
Annotation
Annotations
@Documented
@Retention
:
RUNTIME
@Target
:
TYPE
Imports
java.
lang.
annotation.
*
This class is used to allow multiple resources declarations.
Since
1.6, Common Annotations 1.0
See Also
jakarta.annotation.Resource
Method Summary
Modifier and Type
Method and Description
public
Resource
[]
value
()
Array used for multiple resource declarations.
Inherited from
java.lang.annotation.Annotation
:
annotationType
equals
hashCode
toString
Method Detail
value
back to summary
public
Resource
[]
value
()
Array used for multiple resource declarations.