Basic examples on cdi and beans validation
This commit is contained in:
14
test1_cdi/StudentImplemented2.java
Normal file
14
test1_cdi/StudentImplemented2.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package test1_cdi;
|
||||
|
||||
/**
|
||||
* Created by Giovanni on 26/04/2015.
|
||||
*/
|
||||
|
||||
@StudentI(implementation = student_implementations.two)
|
||||
public class StudentImplemented2 implements Student {
|
||||
|
||||
@Override
|
||||
public String getinfo() {
|
||||
return "null null 2";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user