Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
package org.litesoft.commonfoundation.annotations;

@java.lang.annotation.Documented
@java.lang.annotation.Target({java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.PARAMETER})
public @interface NotNull
{

    java.lang.String value() default "";
}

Commits for litesoft/trunk/Java/core/Anywhere/src/org/litesoft/commonfoundation/annotations/NotNull.java

Diff revisions: vs.
Revision Author Commited Message
943 Diff Diff GeorgeS picture GeorgeS Tue 03 Jun, 2014 04:25:50 +0000

Extracting commonfoundation

939 Diff Diff GeorgeS picture GeorgeS Mon 02 Jun, 2014 21:30:31 +0000

Extracting commonfoundation

764 GeorgeS picture GeorgeS Thu 12 Jul, 2012 14:22:25 +0000