org.jboss.aop
Annotation Type Bind


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface Bind

Comment

Version:
$Revision: 63585 $
Author:
Bill Burke

Required Element Summary
 String pointcut
           
 
Optional Element Summary
 String cflow
           
 AdviceType type
           
 

Element Detail

pointcut

public abstract String pointcut

type

public abstract AdviceType type
Default:
AROUND

cflow

public abstract String cflow
Default:
""


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.