X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.reflection%2Fsrc%2Forg%2Fsimantics%2Fscl%2Freflection%2Fannotations%2FSCLValue.java;h=2cae7cb41000a9753a351f61e1b127b0b239d403;hb=91e878ce39c9db112d658b3236f29a13e12724e6;hp=fc070812442e9b331b95c2385bed557f0400775e;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/annotations/SCLValue.java b/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/annotations/SCLValue.java old mode 100755 new mode 100644 index fc0708124..2cae7cb41 --- a/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/annotations/SCLValue.java +++ b/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/annotations/SCLValue.java @@ -1,13 +1,13 @@ -package org.simantics.scl.reflection.annotations; - -import java.lang.annotation.ElementType; -import java.lang.annotation.Retention; -import java.lang.annotation.RetentionPolicy; -import java.lang.annotation.Target; - -@Retention(RetentionPolicy.RUNTIME) -@Target({ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.METHOD}) -public @interface SCLValue { - public String name() default ""; - public String type(); -} +package org.simantics.scl.reflection.annotations; + +import java.lang.annotation.ElementType; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; + +@Retention(RetentionPolicy.RUNTIME) +@Target({ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.METHOD}) +public @interface SCLValue { + public String name() default ""; + public String type(); +}