Package com.nineteendrops.tracdrops.client.core.annotations

Examples of com.nineteendrops.tracdrops.client.core.annotations.TracClass


    private static Log log = LogFactory.getLog(Utils.class);

    public static String findTracClassName(Class clazz){

        TracClass annotationsForTracClass = (TracClass)clazz.getAnnotation(TracClass.class);

        return annotationsForTracClass == null ? null : annotationsForTracClass.tracClass();

    }
View Full Code Here

TOP

Related Classes of com.nineteendrops.tracdrops.client.core.annotations.TracClass

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.