org.apache.openjpa.enhance
Interface PCEnhancer.AuxiliaryEnhancer

Enclosing class:
PCEnhancer

public static interface PCEnhancer.AuxiliaryEnhancer

Plugin interface for additional enhancement.


Method Summary
 void run(serp.bytecode.BCClass bc, ClassMetaData meta)
           
 boolean skipEnhance(serp.bytecode.BCMethod m)
           
 

Method Detail

run

void run(serp.bytecode.BCClass bc,
         ClassMetaData meta)

skipEnhance

boolean skipEnhance(serp.bytecode.BCMethod m)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.