org.milyn.delivery.dom
Annotation Type Phase


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Phase

Phase phase annotation.

Used in conjunction with the VisitPhase enumeration to specify the Visit Phase during which a DOMElementVisitor is to be applied.

Author:
tom.fennelly@gmail.com

Required Element Summary
 VisitPhase value
           
 

Element Detail

value

public abstract VisitPhase value


Copyright © 2008. All Rights Reserved.