Pixie by Tomitribe
  • Docs
  • Annotations
  • References
  • Producers
  • Events
  • Testing
  • Configuration
  • Changelog
  • GitHub
Getting Started
  • Overview
  • Installation
  • Quick Example
Annotations
  • @Param
  • @Default
  • @Component
  • @Nullable
  • @Name
References
  • By Type
  • By Name
  • Collections
  • Generics
Producers
  • Constructor
  • Factory Method
  • Builder Pattern
  • Pre-built Instances
Events
  • Firing Events
  • Observing Events
  • Before & After
  • Built-in Events
Testing
  • Plain Java
  • System.builder()
Configuration
  • Properties Format
  • Builder API
  • Validation
Changelog

    Configuration

    Properties format, Builder API, and validation

    Pixie supports two ways to configure your component system: properties files and the fluent Builder API. Both approaches produce fully configured, wired object graphs with strict validation.

    • Properties Format
      Define components using properties files
    • Builder API
      Define components fluently in code
    • Validation
      Strict configuration validation and case insensitivity

    Pixie by Tomitribe