LICENSE
README.md
pyproject.toml
src/flaxon_spring_boot/__init__.py
src/flaxon_spring_boot/actuator.py
src/flaxon_spring_boot/annotations.py
src/flaxon_spring_boot/aop.py
src/flaxon_spring_boot/autoconfigure.py
src/flaxon_spring_boot/container.py
src/flaxon_spring_boot/events.py
src/flaxon_spring_boot/plugin.py
src/flaxon_spring_boot/profiles.py
src/flaxon_spring_boot/properties.py
src/flaxon_spring_boot/repository.py
src/flaxon_spring_boot/rest.py
src/flaxon_spring_boot/scheduled.py
src/flaxon_spring_boot/transactional.py
src/flaxon_spring_boot/types.py
src/flaxon_spring_boot.egg-info/PKG-INFO
src/flaxon_spring_boot.egg-info/SOURCES.txt
src/flaxon_spring_boot.egg-info/dependency_links.txt
src/flaxon_spring_boot.egg-info/requires.txt
src/flaxon_spring_boot.egg-info/top_level.txt
tests/test_annotations.py
tests/test_container.py
tests/test_integration.py
tests/test_plugin.py
tests/test_rest.py