Basic examples on cdi and beans validation
This commit is contained in:
10
test1_cdi/Student.java
Normal file
10
test1_cdi/Student.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package test1_cdi;
|
||||
|
||||
/**
|
||||
* Created by Giovanni on 26/04/2015.
|
||||
*/
|
||||
public interface Student {
|
||||
|
||||
String getinfo ();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user