org.hippoecm.hst.cmsrest
Annotation Type Implements


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Implements

Indicates that the annotated class implements the REST API specified by the referenced class. "Implements" here means that:


Required Element Summary
 Class<?> value
           
 

Element Detail

value

public abstract Class<?> value
Returns:
the API class implemented by the annotated class.


Copyright © 2008-2012 Hippo. All Rights Reserved.