Guest User

Untitled

a guest
Jun 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. package my.project;
  2.  
  3. @Configurable
  4. @Entity
  5. public class Example {
  6. String a;
  7. String b;
  8. ...
  9. }
  10.  
  11. <bean class="my.project.Example">
  12. <property name="a" value="test_a"/>
  13. <property name="b" value="test_b"/>
  14. </bean>
Add Comment
Please, Sign In to add comment