www.index.html.mtf Maven / Gradle / Ivy
Manifold
Manifold is a unique framework that allows developers dynamically and seamlessly extend
Java's type system, adding new types and modifying existing types. Building on this core framework
Manifold provides a set of utilities to make java development more pleasant for day to day
development.
Demo: Properties File Access
This demo shows type-safe access to a Properties file from within java
Type Safe
Manifold allows you to treat non-java resources as first class data sources in your development process
with transparent type-safe bindings: no more Maps of Strings, no more codegen.
Seamless
Manifold is compatible with all java build systems. Simply add the manifold jar to your classpath and start
taking advantage of it, no additional build-system specific plugins are required.
Practical
Manifold ships with support for practical development needs: templates, improved core collection and
I/O APIs,properties files, etc.
All available out of the box.