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

jakarta.enterprise.inject.build.compatible.spi.FieldConfig Maven / Gradle / Ivy

package jakarta.enterprise.inject.build.compatible.spi;

import jakarta.enterprise.lang.model.declarations.FieldInfo;

/**
 * @param  type of whomever declares the configured field
 */
public interface FieldConfig extends FieldInfo, AnnotationConfig {
    // TODO remove the type parameter?
    // TODO even if FieldInfo has equals/hashCode, FieldConfig probably shouldn't
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy