org.codehaus.annogen.override
Interface MirrorElementIdPool


public interface MirrorElementIdPool

Creates ElementIds using the Mirror API. To maximize efficiency you should try to share instances of IdPools as much as possible.

Author:
Patrick Calahan <email: pcal-at-bea-dot-com>

Nested Class Summary
static class MirrorElementIdPool.Factory
          Static factory for MirrorElementIdPools.
 
Method Summary
 ElementId getIdFor(Declaration mirrorElement)
           
 

Method Detail

getIdFor

ElementId getIdFor(Declaration mirrorElement)