Module rxmicro.rest

The basic module that defines basic RxMicro annotations, required when using the REST architecture of building program systems.

This module follows the next package structure rules:

  • io.rxmicro.rest - is root module package that contains:
    • internal - is sub package with classes for current module use only.
    • local - is shared sub package, which can be used by other rxmicro modules only.
    • detail - is sub package for generated code by RxMicro Annotation Processor use preferably.
      Developer must not use classes from this sub package!
      (Except documented abilities: HTTP internal types, partial implementations, etc.)
    • any other sub packages and root package - are public API that available for usage.
Since:
0.1
Author:
nedis