Class FactoryAutoEntryProcessorFactory
java.lang.Object
dev.derklaro.aerogel.auto.processing.internal.factory.FactoryAutoEntryProcessorFactory
- All Implemented Interfaces:
AutoEntryProcessorFactory
public final class FactoryAutoEntryProcessorFactory
extends Object
implements AutoEntryProcessorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstructProcessor(@NotNull ProcessingEnvironment environment) Constructs an auto entry processor for the given processing environment.
-
Constructor Details
-
FactoryAutoEntryProcessorFactory
public FactoryAutoEntryProcessorFactory()
-
-
Method Details
-
constructProcessor
@NotNull public @NotNull AutoEntryProcessor constructProcessor(@NotNull @NotNull ProcessingEnvironment environment) Description copied from interface:AutoEntryProcessorFactoryConstructs an auto entry processor for the given processing environment.- Specified by:
constructProcessorin interfaceAutoEntryProcessorFactory- Parameters:
environment- the current annotation processing environment.- Returns:
- the constructed auto entry processor.
-