com.levigo.jadice.annotation
Interface AnnotationCustomizer

All Known Subinterfaces:
ContextAwareAnnotationCustomizer

public interface AnnotationCustomizer

Implementations of this interface can be used to configure annotation specific settings. This interface will be called in AnnotationTool class after a new annotation was created and in the annotation reader classes. An implementation of this interface can be registered via Annotations.getAnnotationCustomizers().


Method Summary
 void customize(Annotation a)
          Customize given annotation instance.
 

Method Detail

customize

void customize(Annotation a)
Customize given annotation instance.

Parameters:
a - Annotation to customize


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.