jet.annotations
Annotation Type OnException


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

Author:
mmeiste10.1

Required Element Summary
 java.lang.String method
           
 
Optional Element Summary
 java.lang.Class handler
           
 

Element Detail

method

public abstract java.lang.String method

handler

public abstract java.lang.Class handler
Default:
jet.annotations.OnException.class