Skip to content

Commit

Permalink
[release] Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Apr 7, 2022
1 parent 96e0285 commit 1ac81af
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -1694,7 +1694,8 @@ public Size apply(MethodVisitor methodVisitor, Context implementationContext, Me
}

/**
* A factory for creating a {@link net.bytebuddy.implementation.Implementation.Context.Default}.
* A factory for creating a {@link net.bytebuddy.implementation.Implementation.Context.Default}
* that uses a random suffix for accessors.
*/
public enum Factory implements ExtractableView.Factory {

Expand All @@ -1719,6 +1720,10 @@ public ExtractableView make(TypeDescription instrumentedType,
RandomString.make());
}

/**
* A factory for creating a {@link net.bytebuddy.implementation.Implementation.Context.Default}
* that uses a given suffix for accessors.
*/
@HashCodeAndEqualsPlugin.Enhance
public static class WithFixedSuffix implements ExtractableView.Factory {

Expand Down

0 comments on commit 1ac81af

Please sign in to comment.