Skip to content

Commit

Permalink
GQLGW-4167 Add clarifying JavaDoc (#661)
Browse files Browse the repository at this point in the history
Co-authored-by: Donna Zhou <[email protected]>
  • Loading branch information
dondonz and dzhou-atlassian authored Dec 27, 2024
1 parent 4d943df commit 38ac346
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ interface NadelTransform<State : Any> {
* e.g. the names of fields that will be added etc. The implementation of [State] is completely up
* to you. You can make it mutable if that makes your life easier etc.
*
* Note: a transform is applied to all fields recursively
*
* @param executionBlueprint the [NadelOverallExecutionBlueprint] of the Nadel instance being operated on
* @param service the [Service] the [overallField] belongs to
* @param overallField the [ExecutableNormalizedField] in question, we are asking whether it [isApplicable] for transforms
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ interface NadelTransformJavaCompat<State : Any> {

/**
* See [NadelTransform.isApplicable]
*
* Note: a transform is applied to all fields recursively
*/
fun isApplicable(
executionContext: NadelExecutionContext,
Expand Down

0 comments on commit 38ac346

Please sign in to comment.