Groovy Documentation

lombok.eclipse.handlers
[Java] Class HandleHibernate3Aware

java.lang.Object
  lombok.eclipse.EclipseAnnotationHandler
      lombok.eclipse.handlers.HandleHibernate3Aware

public class HandleHibernate3Aware
extends lombok.eclipse.EclipseAnnotationHandler

Authors:
Andres Almiray


Nested Class Summary
private static class HandleHibernate3Aware.EclipseHibernate3AwareHandler

 
Field Summary
private HandleHibernate3Aware.EclipseHibernate3AwareHandler handler

 
Constructor Summary
HandleHibernate3Aware()

 
Method Summary
void handle(lombok.core.AnnotationValues annotation, org.eclipse.jdt.internal.compiler.ast.Annotation source, lombok.eclipse.EclipseNode annotationNode)

 
Methods inherited from class lombok.eclipse.EclipseAnnotationHandler
lombok.eclipse.EclipseAnnotationHandler#handle(lombok.core.AnnotationValues, org.eclipse.jdt.internal.compiler.ast.Annotation, lombok.eclipse.EclipseNode), lombok.eclipse.EclipseAnnotationHandler#getAnnotationHandledByThisHandler(), lombok.eclipse.EclipseAnnotationHandler#preHandle(lombok.core.AnnotationValues, org.eclipse.jdt.internal.compiler.ast.Annotation, lombok.eclipse.EclipseNode), lombok.eclipse.EclipseAnnotationHandler#wait(long, int), lombok.eclipse.EclipseAnnotationHandler#wait(long), lombok.eclipse.EclipseAnnotationHandler#wait(), lombok.eclipse.EclipseAnnotationHandler#equals(java.lang.Object), lombok.eclipse.EclipseAnnotationHandler#toString(), lombok.eclipse.EclipseAnnotationHandler#hashCode(), lombok.eclipse.EclipseAnnotationHandler#getClass(), lombok.eclipse.EclipseAnnotationHandler#notify(), lombok.eclipse.EclipseAnnotationHandler#notifyAll()
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

handler

private final HandleHibernate3Aware.EclipseHibernate3AwareHandler handler


 
Constructor Detail

HandleHibernate3Aware

HandleHibernate3Aware()


 
Method Detail

handle

@Override
public void handle(lombok.core.AnnotationValues annotation, org.eclipse.jdt.internal.compiler.ast.Annotation source, lombok.eclipse.EclipseNode annotationNode)


 

Groovy Documentation