Class QualifiedJClassRef

  • All Implemented Interfaces:
    JClassRef

    public class QualifiedJClassRef
    extends Object
    implements JClassRef

    Reference to a JClass by qualified name which is resolved lazily. Note that resolved references are not cached, which makes it more likely that a JClasses will become available for garbage collection. The performance hit here is probably not significant, but someday we might want to provide switch to enable caching of references.