cuba.annotation
Annotation Type Resource


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


Optional Element Summary
 Resource.AuthenticationType authenticationType
           
 java.lang.String description
           
 java.lang.String link
           
 java.lang.String name
           
 boolean shareable
           
 java.lang.Class type
           
 

name

public abstract java.lang.String name
Default:
""

type

public abstract java.lang.Class type
Default:
java.lang.Object.class

authenticationType

public abstract Resource.AuthenticationType authenticationType
Default:
CONTAINER

shareable

public abstract boolean shareable
Default:
true

description

public abstract java.lang.String description
Default:
""

link

public abstract java.lang.String link
Default:
""