org.tynamo.shiro.extension.authz.annotations.utils.casters.method
Class MethodAnnotationCaster

java.lang.Object
  extended by org.tynamo.shiro.extension.authz.annotations.utils.casters.method.MethodAnnotationCaster

public class MethodAnnotationCaster
extends java.lang.Object

Class for accepting MethodAnnotationCasterVisitor visitors.

Provides call the desired method of the visitor, depending on the annotation type.

See Also:
MethodAnnotationCasterVisitor

Method Summary
 void accept(MethodAnnotationCasterVisitor visitor, java.lang.annotation.Annotation annotation)
           
static MethodAnnotationCaster getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public void accept(MethodAnnotationCasterVisitor visitor,
                   java.lang.annotation.Annotation annotation)

getInstance

public static MethodAnnotationCaster getInstance()


Copyright © 2004-2012. All Rights Reserved.