org.jboss.aop
Annotation Type Bind


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

Comment

Version:
$Revision: 57688 $
Author:
Bill Burke

Required Element Summary
 String pointcut
           
 
Optional Element Summary
 String cflow
           
 

Element Detail

pointcut

public abstract String pointcut

cflow

public abstract String cflow
Default:
""


Copyright © 2004 JBoss Inc. All Rights Reserved.