View Javadoc
1   package org.pojomatic.internal;
2   
3   public enum PropertyRole {
4     EQUALS, HASH_CODE, TO_STRING
5   }