Package

io.github

dreamylost

Permalink

package dreamylost

Visibility
  1. Public
  2. All

Type Members

  1. final case class Argument(verbose: Boolean, includeInternalFields: Boolean, includeFieldNames: Boolean, callSuper: Boolean) extends Product with Serializable

    Permalink
  2. sealed trait BaseLog extends AnyRef

    Permalink
  3. trait MacroCommon extends AnyRef

    Permalink

    Common methods

    Common methods

    Version

    1.0

    Since

    2021/6/28

  4. final class apply extends Annotation with StaticAnnotation

    Permalink

    annotation to generate apply method for primary construction of ordinary classes.

    annotation to generate apply method for primary construction of ordinary classes.

    Annotations
    @compileTimeOnly( ... )
    Version

    1.0

    Since

    2021/6/30

  5. final class builder extends Annotation with StaticAnnotation

    Permalink

    annotation to generate builder pattern for classes.

    annotation to generate builder pattern for classes.

    Annotations
    @compileTimeOnly( ... )
    Version

    1.0

    Since

    2021/6/19

  6. final class json extends Annotation with StaticAnnotation

    Permalink

    annotation to generate play-json implicit object for case classes.

    annotation to generate play-json implicit object for case classes.

    Annotations
    @compileTimeOnly( ... )
    Version

    1.0

    Since

    2021/6/13

  7. final class log extends Annotation with StaticAnnotation

    Permalink

    annotation to generate log.

    annotation to generate log.

    Annotations
    @compileTimeOnly( ... )
    Version

    1.0

    Since

    2021/6/28

  8. final class synchronized extends Annotation with StaticAnnotation

    Permalink

    annotation to generate synchronized for methods.

    annotation to generate synchronized for methods.

    Annotations
    @compileTimeOnly( ... )
    Version

    1.0

    Since

    2021/6/24

  9. final class toString extends Annotation with StaticAnnotation

    Permalink

    annotation to generate toString for classes.

    annotation to generate toString for classes.

    Annotations
    @compileTimeOnly( ... )
    Version

    1.0

    Since

    2021/6/13

Value Members

  1. object JLogImpl extends BaseLog

    Permalink
  2. object Log4J2Impl extends BaseLog

    Permalink
  3. object LogType extends Enumeration

    Permalink
  4. object Slf4jImpl extends BaseLog

    Permalink
  5. object applyMacro extends MacroCommon

    Permalink
  6. object builderMacro extends MacroCommon

    Permalink
  7. object jsonMacro extends MacroCommon

    Permalink
  8. object logMacro extends MacroCommon

    Permalink
  9. object stringMacro extends MacroCommon

    Permalink
  10. object synchronizedMacro extends MacroCommon

    Permalink

Ungrouped