Guest User

Untitled

a guest
Jun 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @Bean(writer=Access.PROTECTED, // all setXXX methods will be protected
  2. properties={
  3. @Property(name="name"),
  4. @Property(name="age", type=int.class)
  5. })
  6. public class Person extends PersonGen {
  7. }
Add Comment
Please, Sign In to add comment