KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > reflect > AnnotatedElement > Top Examples

  • org.hibernate.cfg.PropertyInferredData
    Retrieve all inferred data from an annnoted element Currently support field and getter processing. An exception is thrown when the annoted element does not fit. The calculation is lazied until the first access to a public getter. This prevent useless reflection. @author Emmanuel Bernard
  • org.hibernate.cfg.InheritanceState
    Some extra data to the inheritance position of a class @author Emmanuel Bernard
Popular Tags