mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8334714: Implement JEP 484: Class-File API
Reviewed-by: liach, vromero
This commit is contained in:
parent
6cdebf0e4c
commit
84ffb64cd7
165 changed files with 312 additions and 799 deletions
|
@ -29,7 +29,6 @@ import java.util.function.Predicate;
|
|||
import java.util.function.Supplier;
|
||||
|
||||
import jdk.internal.classfile.impl.TransformImpl;
|
||||
import jdk.internal.javac.PreviewFeature;
|
||||
|
||||
import static java.util.Objects.requireNonNull;
|
||||
|
||||
|
@ -38,9 +37,8 @@ import static java.util.Objects.requireNonNull;
|
|||
*
|
||||
* @see ClassFileTransform
|
||||
*
|
||||
* @since 22
|
||||
* @since 24
|
||||
*/
|
||||
@PreviewFeature(feature = PreviewFeature.Feature.CLASSFILE_API)
|
||||
@FunctionalInterface
|
||||
public non-sealed interface MethodTransform
|
||||
extends ClassFileTransform<MethodTransform, MethodElement, MethodBuilder> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue