Subversion Repository Public Repository

litesoft

Diff Revisions 939 vs 943 for /trunk/Java/core/Anywhere/src/org/litesoft/commonfoundation/annotations/NotNull.java

Diff revisions: vs.
  @@ -2,7 +2,8 @@
2 2
3 3 @java.lang.annotation.Documented
4 4 @java.lang.annotation.Target({java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.PARAMETER})
5 - public @interface NotNull {
5 + public @interface NotNull
6 + {
6 7
7 8 java.lang.String value() default "";
8 9 }