org.apache.cocoon.rest.controller.annotation
Annotation Type Inject


@Retention(value=RUNTIME)
@Target(value=FIELD)
@Inherited
public @interface Inject

This annotation will be used in RestController classes to inject the object that matches the field type.



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.