1 package polyglot.ext.param.types; 2 3 import polyglot.types.*; 4 5 //XXX Is this obsolete? Coffer doesn't seem to use it. --AM 6 7 /** 8 * Interface tagging any type-system object that can be used as a parameter 9 * to a parameterized type. 10 */ 11 public interface Param extends TypeObject { } 12