|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Resource
Specify an additional resource to be added to the artifact. You can specify muliple resources by nesting multiple @Resource annotations within a @Resources annotation.
Resources,
BeansXml| Required Element Summary | |
|---|---|
String |
destination
Destination for the resource file within the generated artifact |
String |
source
Location, relative to the current package, or to the current archive to find the resource file |
| Element Detail |
|---|
public abstract String source
public abstract String destination
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||