source: AnnotationManagerN4J/src/main/java/de/mpiwg/itgroup/annotations/Target.java @ 42:aa2bb7ac04d9

Last change on this file since 42:aa2bb7ac04d9 was 42:aa2bb7ac04d9, checked in by casties, 12 years ago

more work on resources and targets.

File size: 211 bytes
Line 
1/**
2 *
3 */
4package de.mpiwg.itgroup.annotations;
5
6/**
7 * @author casties
8 *
9 */
10public class Target extends Uri {
11
12    /**
13     * @param uri
14     */
15    public Target(String uri) {
16        super(uri);
17    }
18
19}
Note: See TracBrowser for help on using the repository browser.