Object Lombok
-
- All Implemented Interfaces:
public class Lombok
-
-
Method Summary
Modifier and Type Method Description final static AnnotationCmgetter()final static AnnotationCmbuilder()final static AnnotationCmvalue()final static AnnotationCmrequiredArgsConstructor()final static AnnotationCmallArgsConstructor()final static <M extends Any> ClassCmBuilderTemplate<M>dataBuilder()final static AnnotationCmsneakyThrows()-
-
Method Detail
-
getter
final static AnnotationCm getter()
-
builder
final static AnnotationCm builder()
-
value
final static AnnotationCm value()
-
requiredArgsConstructor
final static AnnotationCm requiredArgsConstructor()
-
allArgsConstructor
final static AnnotationCm allArgsConstructor()
-
dataBuilder
final static <M extends Any> ClassCmBuilderTemplate<M> dataBuilder()
-
sneakyThrows
final static AnnotationCm sneakyThrows()
-
-
-
-