@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Resource
Modifier and Type | Optional Element and Description |
---|---|
Resource.AuthenticationType |
authenticationType |
java.lang.String |
description |
java.lang.String |
lookup |
java.lang.String |
mappedName |
java.lang.String |
name |
boolean |
shareable |
java.lang.Class<?> |
type
Uses generics since Common Annotations 1.2.
|
public abstract java.lang.String name
public abstract java.lang.Class<?> type
public abstract Resource.AuthenticationType authenticationType
public abstract boolean shareable
public abstract java.lang.String description
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.