org.apache.felix.ipojo.manipulator.spi
Interface Module

All Superinterfaces:
java.lang.Iterable<Binding>
All Known Implementing Classes:
AbsBindingModule, DefaultBindingModule

public interface Module
extends java.lang.Iterable<Binding>

A Module is the contributions from third party to the iPOJO manipulation process. It is dedicated to Annotation binding support (executing a given ASM AnnotationVisitor when a particular annotation is found).

Author:
Felix Project Team

Method Summary
 void configure()
          Configure the bindings provided by this module.
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

configure

void configure()
Configure the bindings provided by this module.



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.