Package

com.github.fsanaulla.chronicler.macros

annotations

Permalink

package annotations

Visibility
  1. Public
  2. All

Type Members

  1. final class field extends Annotation with StaticAnnotation

    Permalink

    * Marker for declaring field value for influx point.

    * Marker for declaring field value for influx point. Can be only one of primitive type. Or container with primitive value, like Option[Int]

    Annotations
    @getter()
  2. final class tag extends Annotation with StaticAnnotation

    Permalink

    * Marker for declaring influx point tag's.

    * Marker for declaring influx point tag's. Can be only String.

    Annotations
    @getter()
  3. final class timestamp extends Annotation with StaticAnnotation

    Permalink

    Mark field that will be used as timestamp in InfluxDB.

    Mark field that will be used as timestamp in InfluxDB. It can be optional, in this case will be used default InfluxDB time, that equal to now()

    Annotations
    @getter()

Value Members

  1. package reader

    Permalink
  2. package writer

    Permalink

Ungrouped