Add legacy and default resolvers
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package org.springframework.shell2;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import org.springframework.context.ApplicationContext;
|
||||
|
||||
/**
|
||||
* Created by ericbottard on 09/12/15.
|
||||
*/
|
||||
public interface MethodTargetResolver {
|
||||
|
||||
public Map<String, MethodTarget> resolve(ApplicationContext context);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user