Package com.elibom.jogger.middleware.router.interceptor

Examples of com.elibom.jogger.middleware.router.interceptor.Action


    }

    @Override
    public Action getAction() {
      // create and return a new instance of the Action class
      return new Action() {
        public <A extends Annotation> A getAnnotation(Class<A> annotationClass) {
          return findAnnotation(route.getAction(), annotationClass);
        }

        /**
 
View Full Code Here

TOP

Related Classes of com.elibom.jogger.middleware.router.interceptor.Action

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.