Package com.groiss.servlet
Annotation 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
-
Required Element Summary
-
Element Details
-
value
Access.mode value
-