org.apache.cocoon.profiling
Annotation Type ProfileMethod


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ProfileMethod


Optional Element Summary
 String name
           
 ProfileMethodType type
           
 

name

public abstract String name
Default:
"*"

type

public abstract ProfileMethodType type
Default:
BEFORE_INVOCATION


Copyright � 2008-2010 The Apache Software Foundation. All Rights Reserved.