Package org.apache.tika.annotation


package org.apache.tika.annotation
  • Class
    Description
    Utility for converting Java class names to kebab-case.
    Annotation for Tika components (parsers, detectors, etc.) that enables: Automatic SPI file generation (META-INF/services/...) Name-based component registry for JSON configuration
    Annotation processor for TikaComponent that generates: Standard Java SPI files (META-INF/services/*) for ServiceLoader Component index files (META-INF/tika/*.idx) for name-based lookup