org.codehaus.enunciate.apt
Interface EnunciateTypeDeclarationListener


public interface EnunciateTypeDeclarationListener

Marker interface for deployment modules that want to listen for each type declaration inspected.

Author:
Ryan Heaton

Method Summary
 void onTypeDeclarationInspected(com.sun.mirror.declaration.TypeDeclaration typeDeclaration)
          Logic for handling an inspected type declaration.
 

Method Detail

onTypeDeclarationInspected

void onTypeDeclarationInspected(com.sun.mirror.declaration.TypeDeclaration typeDeclaration)
Logic for handling an inspected type declaration.

Parameters:
typeDeclaration - The inspected type declaration.