javax.decorator
Annotation Type Decorates


@Target(value={FIELD,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public @interface Decorates

Specifies that an injected field, initializer method parameter or bean constructor parameter of a decorator class is the delegate attribute.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009 Seam Framework. All Rights Reserved.