org.apache.tapestry5.ioc.annotations
Annotation Type UseWith


@Target(value=ANNOTATION_TYPE)
@Retention(value=SOURCE)
@Documented
public @interface UseWith

Annotation documenting the context(s) in which tapestry-provided annotations may be used. This annotation is solely for documentation purposes, is expressly not used at runtime

Since:
5.2.0.0

Required Element Summary
 AnnotationUseContext[] value
           
 

Element Detail

value

public abstract AnnotationUseContext[] value


Copyright © 2003-2012 The Apache Software Foundation.