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

java.text.Annotation Maven / Gradle / Ivy

The newest version!
package java.text;

public class Annotation {
    public Annotation(Object arg0) {}

    public Object getValue() {
        return null;
    }

    public String toString() {
        return null;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy