Interface PermissionSubject.Visitor<T>

Type Parameters:
T - arbitrary type used to pass a value in and out of visitor (carry). Use PermissionSubject.Visitor.NoCarry if you don't need it.
All Known Implementing Classes:
PermissionSubject.Visitor.NoCarry
Enclosing class:
PermissionSubject

public static interface PermissionSubject.Visitor<T>
Used to visit specific subtypes of PermissionSubject.