Initial import for Diagrama.
[simdecs_seam.git] / Diagrama / src / java / org / ufcspa / simdecs / diagram / elements / NodeElement.java
CommitLineData
1efa4016
MS
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package org.ufcspa.simdecs.diagram.elements;
6
7import java.lang.annotation.ElementType;
8import java.lang.annotation.Retention;
9import java.lang.annotation.RetentionPolicy;
10import java.lang.annotation.Target;
11
12/**
13 *
14 * @author maroni
15 */
16@Target(ElementType.TYPE)
17@Retention(RetentionPolicy.RUNTIME)
18public @interface NodeElement {
19
20
21
22}