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);
}