Class PostConstructPreDestroyAnnotationProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
io.helidon.pico.processor.PostConstructPreDestroyAnnotationProcessor
All Implemented Interfaces:
Messager, Processor

public class PostConstructPreDestroyAnnotationProcessor extends AbstractProcessor
Handling for PostConstruct and PreDestroy.
  • Constructor Details

    • PostConstructPreDestroyAnnotationProcessor

      @Deprecated public PostConstructPreDestroyAnnotationProcessor()
      Deprecated.
      this is a Java ServiceLoader implementation and the constructor should not be used directly
      Service loader based constructor.
  • Method Details