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