-
Deprecated ClassesClassDescriptionThis logic is now implemented in
ReflectionExecutorThis class should not be used anymore. It will be removed in a future release. UseObjectsinstead.
-
Deprecated Exceptions
-
Deprecated FieldsFieldDescriptionUse
KotlinPropertyMetadata.setterParameterinstead. There can only be one setter parameter but this old API used a list.
-
Deprecated MethodsMethodDescriptionCallers should use
DominatorCalculator.maybeDominates(int, int)to handle an optional value instead of an exception.
-
Deprecated ConstructorsConstructorDescriptionUse
KotlinMetadataWriter(BiConsumer)instead.UseKotlinMetadataWriter(BiConsumer, ClassVisitor)instead.UseCodeInjector(CodeAttributeEditor)instead.
-
Deprecated Enum Constants
StructuredLineNumberInfoinstead to properly track the source of lines that don't originate from the given method.