Uses of Package
org.tentackle.common

  • Class
    Description
    Annotation to mark an annotation to be processed during the analyze-phase.
    Datatype for storing arbitrary (binary) data in a database.
    Money value derived from BigDecimal.
    A money value has a distinct and fixed scale that cannot change.
    The resource bundle factory.
    Support to locate bundle services.
    For annotations providing bundle support, a META-INF/service entry must be created manually in order to be processed by the BundleFactory at runtime as well as the analyze-, checker- and i18n-maven-plugins at build time.
    A simple en- and decryptor.
    Each application should provide a concrete instance with a confidential salt and passphase and a no-arg constructor.
    Date with database semantics.
    A DMoney is the same as a BMoney but will be treated differently when stored in the database.
    A BMoney is stored as a DOUBLE for the value and an INTEGER for the scale.
    Exception handler.
    A freezable object.
    A provider for the Locale.
    Interface to determine the module hierarchy.
    Provides a hook to access resources from within a module.
    Holds information about a module.
    A dependency sorter for jigsaw modules.
    Generic path to something.
    Annotation to express that the annotated class is a service implementation.
    Factory for services based on ServiceFinder.
    Finds service configurations.
    Key to map service finders.
    Tentackle runtime exception.
    Time with database semantics.
    Timestamp with UTC option.
    Runner for external tools.