Skip to content

Commit

Permalink
Refine BeanProcessor.Builder javadoc
Browse files Browse the repository at this point in the history
- BeanProcessor.Builder.setRemoveFinalFromProxyableMethods()
  • Loading branch information
mkouba committed Mar 17, 2020
1 parent d9ea47d commit f002814
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,11 @@ public Builder addRemovalExclusion(Predicate<BeanInfo> exclusion) {
}

/**
* Invocation of this method is a no-op, i.e. the value is ignored.
*
* @param removeFinalForProxyableMethods
* @return self
* @see #setTransformUnproxyableClasses(boolean)
* @deprecated This method will be removed at some point post Quarkus 1.4
*/
@Deprecated
Expand Down

0 comments on commit f002814

Please sign in to comment.