Spring for Apache Hadoop

org.springframework.data.hadoop.config.common.annotation
Interface AnnotationConfigurerBuilder<I>

Type Parameters:
I - The parent return type of the configurer.
All Known Subinterfaces:
PropertiesConfigurer<I>, ResourceConfigurer<I>
All Known Implementing Classes:
DefaultPropertiesConfigurer, DefaultResourceConfigurer

public interface AnnotationConfigurerBuilder<I>

Interface for wrapping a return type from AnnotationConfigurer into AnnotationBuilder.

Author:
Janne Valkealahti

Method Summary
 I and()
          Get a parent AnnotationBuilder working with a AnnotationConfigurer.
 

Method Detail

and

I and()
Get a parent AnnotationBuilder working with a AnnotationConfigurer.

Returns:
The parent AnnotationBuilder

Spring for Apache Hadoop