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:
org.apache.cocoon.profiling.ProfileMethodType.BEFORE_INVOCATION


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.