Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
public interface ContextGenerator<T> {
/**
- Builds up the list of contextual predicates given an Object.
*/
public String[] getContext(T o);
}
If this is a generic method, it makes writing ContextGenerators easier to debug at compile time.
Attachments
Issue Links
- links to