Mercurial > hg > AnnotationManagerN4J
view src/main/java/de/mpiwg/itgroup/annotations/Target.java @ 50:64aa756c60cc
annotations ui can show and delete annotations now.
author | casties |
---|---|
date | Thu, 27 Sep 2012 17:12:08 +0200 |
parents | aa2bb7ac04d9 |
children | 2b1e6df5e21a |
line wrap: on
line source
/** * */ package de.mpiwg.itgroup.annotations; /** * @author casties * */ public class Target extends Uri { /** * @param uri */ public Target(String uri) { super(uri); } }