]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/annotations/SCLType.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.reflection / src / org / simantics / scl / reflection / annotations / SCLType.java
diff --git a/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/annotations/SCLType.java b/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/annotations/SCLType.java
new file mode 100755 (executable)
index 0000000..e0ae8ef
--- /dev/null
@@ -0,0 +1,12 @@
+package org.simantics.scl.reflection.annotations;\r
+\r
+import java.lang.annotation.ElementType;\r
+import java.lang.annotation.Retention;\r
+import java.lang.annotation.RetentionPolicy;\r
+import java.lang.annotation.Target;\r
+\r
+@Retention(RetentionPolicy.RUNTIME)\r
+@Target(ElementType.TYPE)\r
+public @interface SCLType {\r
+    public String name() default "";\r
+}\r