Spring for Apache Hadoop

Package org.springframework.data.hadoop.config.common.annotation

Interface Summary
AnnotationBuilder<O> Interface for building an Object.
AnnotationConfigurer<O,B extends AnnotationBuilder<O>> Allows for configuring an AnnotationBuilder.
AnnotationConfigurerBuilder<I> Interface for wrapping a return type from AnnotationConfigurer into AnnotationBuilder.
ObjectPostProcessor<T> Allows initialization of Objects.
 

Class Summary
AbstractAnnotationBuilder<O> A base AnnotationBuilder that ensures the object being built is only built one time.
AbstractAnnotationConfiguration<B extends AnnotationBuilder<O>,O> Base implementation of @ class.
AbstractConfiguredAnnotationBuilder<O,I,B extends AnnotationBuilder<O>> A base AnnotationBuilder that allows AnnotationConfigurers to be applied to it.
AnnotationConfigurerAdapter<O,I,B extends AnnotationBuilder<O>> A base class for AnnotationConfigurer that allows subclasses to only implement the methods they are interested in.
 

Annotation Types Summary
EnableAnnotationConfiguration Base annotation used in JavaConfig order to enable some base functionality.
 


Spring for Apache Hadoop