Package com.asakusafw.utils.java.jsr269.bridge

Examples of com.asakusafw.utils.java.jsr269.bridge.Jsr269


     * @since 0.7.0
     */
    public void emit(CompilationUnit unit, Element... originatingElements) throws IOException {
        Precondition.checkMustNotBeNull(unit, "unit"); //$NON-NLS-1$
        Filer filer = getProcessingEnvironment().getFiler();
        new Jsr269(factory).emit(filer, unit, originatingElements);
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.utils.java.jsr269.bridge.Jsr269

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.