slcom/slangc/model/AttributeOwner.sauce

6 lines
95 B
Plaintext
Raw Normal View History

package slangc.model;
public interface AttributeOwner {
AttributeSet getAttributes();
}