Intro

It's possible to:

  • Provide custom Annotations
  • Provide custom implementations for existing Annotations
    • Validation strategies
    • Message resolver
    • Meta-data transformer
    • ...
  • Customize, extend and/or replace central parts of ExtVal
  • Provide a custom infrastructure based on the existing (by using existing interfaces,...)
  • Provide a completely independent infrastructure with own mechanisms via a custom RendererInterceptor
    (It's possible to provide it additionally or to replace the default mechanism.)
  • Provide a custom configuration facility
  • No labels