@Target(value={TYPE,FIELD,METHOD}) @Retention(value=RUNTIME) public @interface Resource
| Modifier and Type | Optional Element and Description |
|---|---|
Resource.AuthenticationType |
authenticationType |
String |
description |
String |
mappedName |
String |
name |
boolean |
shareable |
Class |
type |
public abstract String name
public abstract Class type
public abstract Resource.AuthenticationType authenticationType
public abstract boolean shareable
public abstract String description
public abstract String mappedName
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.