- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getDescriptor (0.05 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 10.8K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4Test.java
System.out.println("Result: " + result); assertSame( exec.getPlugin().getDescriptor(), result, "${mojo.plugin.descriptor} expression does not return plugin descriptor."); } @Test public void testPluginArtifactsExpressionReference() throws Exception {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Mar 26 19:31:34 GMT 2025 - 19.3K bytes - Click Count (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt
private fun List<AnnotationNode>?.hasNullableAnnotation() = has<org.jspecify.annotations.Nullable>() private inline fun <reified AnnotationType : Any> List<AnnotationNode>?.has() = has(Type.getDescriptor(AnnotationType::class.java)) private fun List<AnnotationNode>?.has(annotationTypeDescriptor: String) = this?.any { it.desc == annotationTypeDescriptor } ?: false private
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Mar 12 15:56:18 GMT 2025 - 20.2K bytes - Click Count (0)