Skip to content

Commit 68b9f6d

Browse files
committed
Less exposure of serializability.
1 parent bb444eb commit 68b9f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

byte-buddy-dep/src/main/java/net/bytebuddy/build/EntryPoint.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* An entry point for a build tool which is responsible for the transformation's configuration.
3535
*/
36-
public interface EntryPoint extends Serializable {
36+
public interface EntryPoint {
3737

3838
/**
3939
* Returns the Byte Buddy instance to use.
@@ -159,7 +159,7 @@ public DynamicType.Builder<?> transform(TypeDescription typeDescription,
159159
* An entry point that wraps another entry point but disables validation.
160160
*/
161161
@HashCodeAndEqualsPlugin.Enhance
162-
class Unvalidated implements EntryPoint {
162+
class Unvalidated implements EntryPoint, Serializable {
163163

164164
/**
165165
* The serial version UID.

0 commit comments

Comments
 (0)