Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 56 for NonNullApi (0.22 sec)

  1. platforms/core-runtime/stdlib-java-extensions/src/main/java/org/gradle/api/NonNullApi.java

    @Target({ElementType.TYPE, ElementType.PACKAGE})
    @org.jetbrains.annotations.NotNull
    @Nonnull
    @TypeQualifierDefault({ElementType.METHOD, ElementType.PARAMETER})
    @Documented
    @Retention(RetentionPolicy.RUNTIME)
    public @interface NonNullApi {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/WorkerDaemonClientCancellationHandler.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.workers.internal;
    
    import org.gradle.api.NonNullApi;
    import org.gradle.initialization.BuildCancellationToken;
    import org.gradle.internal.concurrent.Stoppable;
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.service.scopes.ServiceScope;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 19:57:50 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. platforms/core-runtime/gradle-cli-main/src/main/java/org/gradle/launcher/package-info.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    @NonNullApi
    package org.gradle.launcher;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 692 bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/project/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    /**
     * {@link org.gradle.api.Project} specific APIs.
     */
    @NonNullApi
    package org.gradle.api.project;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:16:16 UTC 2024
    - 752 bytes
    - Viewed (0)
  5. platforms/extensibility/unit-test-fixtures/src/main/java/org/gradle/testfixtures/internal/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    @NonNullApi
    package org.gradle.testfixtures.internal;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 21:54:27 UTC 2024
    - 705 bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/plugin/software/internal/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    @NonNullApi
    package org.gradle.plugin.software.internal;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:47 UTC 2024
    - 709 bytes
    - Viewed (0)
  7. platforms/extensibility/unit-test-fixtures/src/main/java/org/gradle/testfixtures/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * Test fixtures for Gradle plugin testing.
     */
    @NonNullApi
    package org.gradle.testfixtures;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 21:54:27 UTC 2024
    - 749 bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/internal/buildtree/DefaultBuildTreeModelSideEffectExecutor.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.buildtree;
    
    import org.gradle.api.NonNullApi;
    
    
    @NonNullApi
    public class DefaultBuildTreeModelSideEffectExecutor implements BuildTreeModelSideEffectExecutor {
    
        @Override
        public void runIsolatableSideEffect(BuildTreeModelSideEffect sideEffect) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:56:28 UTC 2024
    - 942 bytes
    - Viewed (0)
  9. platforms/core-execution/worker-main/src/main/java/org/gradle/process/internal/worker/problem/package-info.java

     * limitations under the License.
     */
    
    /**
     * Package containing all parts concerning the transport of problems
     * between the worker and the daemon process.
     */
    @NonNullApi
    package org.gradle.process.internal.worker.problem;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:58:56 UTC 2024
    - 839 bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/reflect/validation/TypeAwareProblemBuilder.java

     * limitations under the License.
     */
    
    package org.gradle.internal.reflect.validation;
    
    import org.gradle.api.NonNullApi;
    import org.gradle.api.problems.internal.InternalProblemSpec;
    
    import javax.annotation.Nullable;
    
    @NonNullApi
    public interface TypeAwareProblemBuilder extends InternalProblemSpec {
        TypeAwareProblemBuilder withAnnotationType(@Nullable Class<?> classWithAnnotationAttached);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top