Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateBeanType (0.11 sec)

  1. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/tasks/internal/PropertyValidationAccess.java

                    // Inspecting annotations of static types is only conclusive if type is final
                    if (Modifier.isFinal(value.getRawType().getModifiers())) {
                        NestedValidationUtil.validateBeanType(validationContext, propertyMetadata.getPropertyName(), typeMetadata.getType());
                    }
                }
            });
        }
    
        @Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top