javax.annotation
注釈タイプ Resource


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Resource


任意要素の概要
 Resource.AuthenticationType authenticationType
           
 String description
           
 String mappedName
           
 String name
           
 boolean shareable
           
 Class type
           
 

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.