| Class | Description |
|---|---|
| AbstractApiAnnotationTransform |
Base class for implementing annotation based difference transformations.
|
| AbstractClassApiAnnotationTransform |
Base class for implementing annotation based difference transformations on Class and Enum types.
|
| NoExtendApiAnnotationTransform |
Transforms API differences ignoring the ones that correspond to valid changes on classes annotated with
NoExtend |
| NoImplementApiAnnotationTransform |
Transforms API differences ignoring the ones that correspond to valid changes on interfaces annotated with
NoImplement |
| NoInstantiateApiAnnotationTransform |
Transforms API differences ignoring the ones that correspond to valid changes on classes annotated with
NoInstantiate |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.