Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT internal-Mandriva-19.202.56.2mdv2008.0

javax.annotation
Annotation Type Resources


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Resources

This class is used to allow multiple resources declarations.

Since:
Common Annotations 1.0
See Also:
Resource

Required Element Summary
 Resource[] value
          Array used for multiple resource declarations.
 

Element Detail

value

public abstract Resource[] value
Array used for multiple resource declarations.


Java™ Platform
Standard Ed. 7

DRAFT internal-Mandriva-19.202.56.2mdv2008.0

Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.