Interface ComponentRegistry<R extends ComponentRegistry<R>>

All Known Implementing Classes:
AbstractComponentRegistry, DefaultComponentRegistry, DevelopmentComponentRegistry

public interface ComponentRegistry<R extends ComponentRegistry<R>>
A singleton registry used for storing and retrieving Components.
Author:
Nick Crum (ncrum)
  • Method Details