Package ninja.lifecycle

Examples of ninja.lifecycle.Dispose


       
        verify(persistService).stop();
       
        // we also verify that the annotation is ok
        Method method = JpaInitializer.class.getMethod("stop");
        Dispose dispose = method.getAnnotation(Dispose.class);
   
        assertEquals(10, dispose.order());
    }
View Full Code Here

TOP

Related Classes of ninja.lifecycle.Dispose

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.