javax.annotation
注釈タイプ Resource
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Resource
name
public abstract String name
- デフォルト:
- ""
type
public abstract Class type
- デフォルト:
- java.lang.Object.class
authenticationType
public abstract Resource.AuthenticationType authenticationType
- デフォルト:
- CONTAINER
shareable
public abstract boolean shareable
- デフォルト:
- true
mappedName
public abstract String mappedName
- デフォルト:
- ""
description
public abstract String description
- デフォルト:
- ""
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.