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

com.greenpepper.annotation.Annotation Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
package com.greenpepper.annotation;

import com.greenpepper.Text;

/**
 * 

Annotation interface.

* * @author oaouattara * @version $Id: $Id */ public interface Annotation { /** *

writeDown.

* * @param text a {@link com.greenpepper.Text} object. */ void writeDown(Text text); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy