Interface BeanSelector

All Known Implementing Classes:
ServerBeanSelector

public interface BeanSelector
Interface used by bean configurators to detect is additional beans should be registered
Created by andrzej on 10.03.2016.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldRegister(Class clazz, Kernel kernel)
    Method needs to return true if bean in which annotation class implementing this interface is specified and this bean should be registered
  • Method Details

    • shouldRegister

      boolean shouldRegister(Class clazz, Kernel kernel)
      Method needs to return true if bean in which annotation class implementing this interface is specified and this bean should be registered