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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Customize given annotation instance.
  • Method Details

    • customize

      void customize(Annotation a)
      Customize given annotation instance.
      Parameters:
      a - Annotation to customize