Annotation Type AuthenticationManager.Stateless


  • @Retention(RUNTIME)
    @Target(TYPE)
    public static @interface AuthenticationManager.Stateless
    To annotate a certain webservice/service as being stateless, i.e. not creating or keeping a http session on the server
    Author:
    mtaal