Sign in
edge
/
security
/
api-security-tools
/
52c76ea70e6275b9e59be7fab33c0ec236c1d041
/
.
/
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
);
}