Class GuestAnnotationHandler


Checks to see if a @RequiresGuest annotation is declared, and if so, ensures the calling Subject does not have an identity before invoking the method.

This annotation essentially ensures that subject. getPrincipal() == null.

Since:
0.9.0