|
lombok-pg - | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
public static void main(String[]) method that constructs a new object of your type and then calls
the runApp(String[]) method on it.@Builder-annotated class to specify extensions for the generated
builder.@Setter.Class of a type argument of a given class by using the super type token pattern.
public static void agentmain and public static void premain method that constructs a new
object of your type and then calls the runAgent(boolean, String, Instrumentation) method on it.@Getter(lazy=true).boolean.@Synchronized.Exceptions by wrapping them.Rethrow statements.@Sanitize.With("methodname") or
@Sanitize.Normalize.String parameter gets normalized using Normalizer.normalize(CharSequence, Normalizer.Form) with
default form being NFKC
Note: This works only on Strings.@Validate.With("methodname"),
@Validate.NotNull() or @Validate.NotEmpty().isEmpty method of the parameter type.@Synchronized.
|
lombok-pg - | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||