Class ClassMetaReader

java.lang.Object
io.ebean.enhance.common.ClassMetaReader

public class ClassMetaReader extends Object
Reads class information as an alternative to using a ClassLoader.

Used because if annotation classes are not in the classpath they are silently dropped from the class information. We are especially interested to know if super classes are entities during enhancement.