- Add @NotNull support

- Add FreeMindTest suite
This commit is contained in:
Paulo Gustavo Veiga
2011-03-20 18:25:41 -03:00
parent 55f9352c59
commit 4ae0258411
6 changed files with 73 additions and 22 deletions

View File

@@ -48,6 +48,12 @@
<classifier>jdk15</classifier>
</dependency>
<dependency>
<groupId>com.intellij</groupId>
<artifactId>annotations</artifactId>
<version>7.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>2.5.6</version>