Package org.encuestame.core.cron

Examples of org.encuestame.core.cron.CalculateHashTagSize


     * @return
     * @throws EnMeExpcetion
     */
    public @Bean(name = "calculateHashTagSize")
    CalculateHashTagSize calculateHashTagSize() throws EnMeExpcetion {
        return new CalculateHashTagSize();
    }
View Full Code Here

TOP

Related Classes of org.encuestame.core.cron.CalculateHashTagSize

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.