javax.annotation
Annotation Type Resource
@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Resource
- Version:
- $Rev: 899269 $ $Date: 2010-01-14 17:19:07 +0100 (Do, 14. Jan 2010) $
name
public abstract String name
- Default:
- ""
type
public abstract Class type
- Default:
- java.lang.Object.class
authenticationType
public abstract Resource.AuthenticationType authenticationType
- Default:
- javax.annotation.Resource.AuthenticationType.CONTAINER
shareable
public abstract boolean shareable
- Default:
- true
mappedName
public abstract String mappedName
- Default:
- ""
description
public abstract String description
- Default:
- ""
lookup
public abstract String lookup
- Default:
- ""
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.