All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.jbock.processor.ProcessorScope Maven / Gradle / Ivy

There is a newer version: 5.18
Show newest version
package net.jbock.processor;

import javax.inject.Scope;
import java.lang.annotation.Retention;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

/**
 * Outermost scope,
 * contains {@link javax.lang.model.util.Elements Elements}
 * and {@link javax.lang.model.util.Types Types}.
 */
@Scope
@Retention(RUNTIME)
@interface ProcessorScope {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy