implementato esercizio studenti con collegamento da client via interfaccia remota
This commit is contained in:
14
test2_constraints_validation/class_test_method.java
Normal file
14
test2_constraints_validation/class_test_method.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package test2_constraints_validation;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
/**
|
||||
* Created by Giovanni on 24/05/2015.
|
||||
*/
|
||||
public class class_test_method {
|
||||
|
||||
public @NotNull Object test_method(){
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user