org.hopto.pentaj.jexin.client
Annotation Type Traceable
@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=RUNTIME)
@Documented
public @interface Traceable
Annotate methods and constructors to allow them to appear in the stack trace reported to TraceServer
clients.
injectableExceptions
public abstract int[] injectableExceptions
- Returns:
- An array of the values for injectable exceptions. These are IDs associated with
InjectableException
s. The
default is to allow all. These are only recommendations and do not limit the exceptions that may be injected.
- Default:
- {}