All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.nakeduml.textmetamodel.TextSource Maven / Gradle / Ivy

The newest version!
package net.sf.nakeduml.textmetamodel;

public interface TextSource {
	char[] toCharArray();
	boolean hasContent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy