Interface Commands.Loader
-
- All Superinterfaces:
java.lang.Iterable<java.lang.Class<?>>
- Enclosing class:
- Commands
@Deprecated public static interface Commands.Loader extends java.lang.Iterable<java.lang.Class<?>>Deprecated.use org.tomitribe.crest.api.LoaderInterface whose only purpose is to be used in conjunction with the java.util.ServiceLoader API as one potential way to load the list of classes that have commands. This interface intentionally has zero methods and never will so that the simplest implementation is a plain java.util.ArrayList (or pick your favorite collection) This interface is intentionally not used in any method or constructor of crest.