Package org.openrewrite.java.tree
Class J.Annotation.Padding
- java.lang.Object
-
- org.openrewrite.java.tree.J.Annotation.Padding
-
- Enclosing class:
- J.Annotation
public static class J.Annotation.Padding extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Padding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable JContainer<Expression>
getArguments()
J.Annotation
withArguments(@Nullable JContainer<Expression> arguments)
-
-
-
Method Detail
-
getArguments
@Nullable public @Nullable JContainer<Expression> getArguments()
-
withArguments
public J.Annotation withArguments(@Nullable @Nullable JContainer<Expression> arguments)
-
-