Interface AnnotationConfiguration

All Known Implementing Classes:
AnnotationMapper

public interface AnnotationConfiguration
Deprecated.
As of 1.4.5, minimal JDK version will be 1.7 for next major release
An interface for the configuration part of the AnnotationMapper.
Since:
1.3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    autodetectAnnotations(boolean mode)
    Deprecated.
     
    void
    Deprecated.
     
  • Method Details

    • autodetectAnnotations

      void autodetectAnnotations(boolean mode)
      Deprecated.
    • processAnnotations

      void processAnnotations(Class[] types)
      Deprecated.