slcom/slangc/model/Named.sauce

6 lines
81 B
Plaintext

package slangc.model;
public interface Named {
public String getName();
}