Sign in
edge
/
security
/
api-security-tools
/
b4d93068982719bbbe294d2af635719c258102c2
/
.
/
oas-cli
/
src
/
main
/
java
/
com
/
apigee
/
security
/
oas
/
CommandLineRunner.java
blob: c1452cf841bad73a37af3add1d404dfe99875612 [
file
]
package
com
.
apigee
.
security
.
oas
;
/** Performs end to end application logic. */
interface
CommandLineRunner
{
/** Executes end to end application logic. */
void
run
(
String
[]
args
);
}