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

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


    }

    @Override
    public Controller getController() {
      // create and return a new instance of the Controller class
      return new Controller() {
        public <A extends Annotation> A getAnnotation(Class<A> annotation) {
          return route.getController().getClass().getAnnotation(annotation);
        }
      };
    }
View Full Code Here

TOP

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

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.