Package com.groiss.servlet
Annotation Interface EntryPoint
@Documented
@Inherited
@Retention(RUNTIME)
@Target({METHOD,TYPE,PACKAGE})
public @interface EntryPoint
This annotation signifies that a method is
being exempted from the referer check.
The underlying URL can be accessed with out check for a matching referer, so it can be used as EntryPoint from an external context.
Please note that methods annotated with Access
using Access.mode.Public
are also exempted from this check.