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

net.jangaroo.jooc.model.AnnotatedModel Maven / Gradle / Ivy

The newest version!
package net.jangaroo.jooc.model;

import java.util.List;

/**
 * Created with IntelliJ IDEA. User: fwienber Date: 11.06.12 Time: 12:22 To change this template use File | Settings |
 * File Templates.
 */
public interface AnnotatedModel extends ActionScriptModel {
  List getAnnotations();

  List getAnnotations(String name);

  void setAnnotations(List annotations);

  void addAnnotation(AnnotationModel annotation);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy