Package ninja.lifecycle

Examples of ninja.lifecycle.Start.order()


       
        // we also verify that the annotation is ok
        Method method = JpaInitializer.class.getMethod("start");
        Start start = method.getAnnotation(Start.class);
   
        assertEquals(10, start.order());
    }
   
    @Test
    public void testStop() throws Exception {
       
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.