package dreamylost
- Version
1.0
- Since
2021/7/7
- Alphabetic
- By Inheritance
- dreamylost
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final macro class apply extends Annotation with StaticAnnotation
annotation to generate apply method for primary construction of ordinary classes.
annotation to generate apply method for primary construction of ordinary classes.
- Annotations
- @compileTimeOnly("enable macro to expand macro annotations")
- Version
1.0
- Since
2021/6/30
- final macro class builder extends Annotation with StaticAnnotation
annotation to generate builder pattern for classes.
annotation to generate builder pattern for classes.
- Annotations
- @compileTimeOnly("enable macro to expand macro annotations")
- Version
1.0
- Since
2021/6/19
- final macro class constructor extends Annotation with StaticAnnotation
annotation to generate secondary constructor method for classes.
annotation to generate secondary constructor method for classes.
- Annotations
- @compileTimeOnly("enable macro to expand macro annotations")
- Version
1.0
- Since
2021/7/3
- final macro class elapsed extends Annotation with StaticAnnotation
annotation to record method cost time.
annotation to record method cost time.
- Annotations
- @compileTimeOnly("enable macro to expand macro annotations")
- Version
1.0
- Since
2021/8/7
- final macro class equalsAndHashCode extends Annotation with StaticAnnotation
annotation to generate equals and hashcode method for classes.
annotation to generate equals and hashcode method for classes.
- Annotations
- @compileTimeOnly("enable macro to expand macro annotations")
- Version
1.0
- Since
2021/7/18
- final macro class jacksonEnum extends Annotation with StaticAnnotation
annotation to generate equals and hashcode method for classes.
annotation to generate equals and hashcode method for classes.
- Annotations
- @compileTimeOnly("enable macro to expand macro annotations")
- Version
1.0
- Since
2021/8/3
- final macro class json extends Annotation with StaticAnnotation
annotation to generate play-json implicit object for case classes.
annotation to generate play-json implicit object for case classes.
- Annotations
- @compileTimeOnly("enable macro to expand macro annotations")
- Version
1.0
- Since
2021/6/13
- final macro class log extends Annotation with StaticAnnotation
annotation to generate log.
annotation to generate log.
- Annotations
- @compileTimeOnly("enable macro to expand macro annotations")
- Version
1.0
- Since
2021/6/28
- final macro class synchronized extends Annotation with StaticAnnotation
annotation to generate synchronized for methods.
annotation to generate synchronized for methods.
- Annotations
- @compileTimeOnly("enable macro to expand macro annotations")
- Version
1.0
- Since
2021/6/24
- final macro class toString extends Annotation with StaticAnnotation
annotation to generate toString for classes.
annotation to generate toString for classes.
- Annotations
- @compileTimeOnly("enable macro to expand macro annotations")
- Version
1.0
- Since
2021/6/13