This commit is contained in:
@@ -21,16 +21,12 @@ public @interface Resource {
|
|||||||
APPLICATION
|
APPLICATION
|
||||||
}
|
}
|
||||||
public String name() default "";
|
public String name() default "";
|
||||||
/**
|
|
||||||
* Uses generics since Common Annotations 1.2.
|
|
||||||
*/
|
|
||||||
public Class<?> type() default Object.class;
|
public Class<?> type() default Object.class;
|
||||||
public AuthenticationType authenticationType() default AuthenticationType.CONTAINER;
|
public AuthenticationType authenticationType() default AuthenticationType.CONTAINER;
|
||||||
public boolean shareable() default true;
|
public boolean shareable() default true;
|
||||||
public String description() default "";
|
public String description() default "";
|
||||||
public String mappedName() default "";
|
public String mappedName() default "";
|
||||||
/**
|
|
||||||
* @since Common Annotations 1.1
|
|
||||||
*/
|
|
||||||
public String lookup() default "";
|
public String lookup() default "";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user