Package org.codehaus.dna.tools.metaclass

Examples of org.codehaus.dna.tools.metaclass.DNAAttributeInterceptor


    }

    public void testResolveTypeOnMap()
        throws Exception
    {
        final DNAAttributeInterceptor interceptor = new DNAAttributeInterceptor();
        final String type = interceptor.resolveType( new MockJavaClass(), "X{}" );
        assertEquals( "type", MockJavaSource.PREFIX + "X{}", type );
    }
View Full Code Here

TOP

Related Classes of org.codehaus.dna.tools.metaclass.DNAAttributeInterceptor

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.