Package com.github.overengineer.container.metadata

Examples of com.github.overengineer.container.metadata.Jsr330MetadataAdapter


        return builder;
    }

    public Clarence withJsr330() {
        //TODO this is gross and error prone ;)
        metadataAdapter = new Jsr330MetadataAdapter();
        builder.addInstance(MetadataAdapter.class, metadataAdapter);
        return this;
    }
View Full Code Here

TOP

Related Classes of com.github.overengineer.container.metadata.Jsr330MetadataAdapter

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.