Class AnnotationConstructor

java.lang.Object
org.openrewrite.kotlin.marker.AnnotationConstructor
All Implemented Interfaces:
org.openrewrite.marker.Marker

public class AnnotationConstructor extends Object implements org.openrewrite.marker.Marker
The construction of new annotations does not require the `@` character. Example:
  • Constructor Details

    • AnnotationConstructor

      public AnnotationConstructor(UUID id)