org.ektorp.support
Annotation Type GenerateView


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

Indicates that a CouchDb view should be generated for the annotated method.

Author:
henrik lundgren

Optional Element Summary
 String field
          Defines the name of the property to use.
 

field

public abstract String field
Defines the name of the property to use.

Default:
""


Copyright © 2011. All Rights Reserved.