GWTP Crawler 0.6-redhat-2

com.gwtplatform.crawler.server
Annotation Type ServiceKey


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

Use this annotation to bind the key that should be used when invoking CrawlServiceServlet. For example:

bindConstant().annotatedWith(ServiceKey.class).to("123456");
 

Author:
Philippe Beaudoin


GWTP Crawler 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.