com.fatwire.gst.foundation.controller.annotation
Annotation Type ServiceProducer


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ServiceProducer

Annotation to tag a method that this is a producer method. The cache flag indicates if this should be cached.

Author:
Dolf Dijkstra

Optional Element Summary
 boolean cache
           
 String name
           
 

cache

public abstract boolean cache
Default:
false

name

public abstract String name
Default:
""


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.