GWTP Crawler 0.6-redhat-2

com.gwtplatform.crawler.server
Annotation Type ServiceUrl


@Target(value={FIELD,PARAMETER,METHOD})
@Retention(value=RUNTIME)
public @interface ServiceUrl

Use this annotation to bind the URL that should be used for the crawl service. For example:

bindConstant().annotatedWith(ServiceUrl).to("http://mycrawlservice.com");
 

Author:
Philippe Beaudoin


GWTP Crawler 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.