@Retention(value=CLASS)
@Target(value={CONSTRUCTOR,METHOD})
public @interface DebuggingCheck
DebuggingResponse
,
Specifying Sources and
ActionsModifier and Type | Optional Element and Description |
---|---|
java.lang.String |
action
The custom action that will be performed on each check.
|
ResponseType |
response
The response to be taken when the application is being debugged.
|
InjectionPoint |
where
The location in the method where injection will take place.
|
public abstract java.lang.String action
boolean
, with true
indicating the application
is being debugged. This action is taken before the response is
taken.
If blank then no action takes place.
public abstract ResponseType response
ResponseType.None
,
ResponseType.Exit
,
ResponseType.Hang
,
ResponseType.Error
,
ResponseType.Exception
public abstract InjectionPoint where
Copyright 2024 PreEmptive Solutions, LLC. All Rights Reserved.