Annotation Interface Access


@Retention(RUNTIME) @Inherited @Target({METHOD,TYPE,PACKAGE}) public @interface Access
This annotation describes the access of a web method, it is either Public (everybody has access), or User (logged in users have access), or Admin (= part of the administration). It can be attached to a package, a class, or a method.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    The values for the access mode.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description