- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getAnnotatedProperty (0.09 seconds)
-
build-logic/documentation/src/test/resources/org/gradle/test/JavaClassWithAnnotation.java
package org.gradle.test; @Deprecated @JavaAnnotation public class JavaClassWithAnnotation { @Deprecated @JavaAnnotation String getAnnotatedProperty() { return "hi"; } @Deprecated @JavaAnnotation void annotatedMethod() { }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 242 bytes - Click Count (0) -
build-logic/documentation/src/test/resources/org/gradle/test/JavaInterfaceWithAnnotation.java
* limitations under the License. */ package org.gradle.test; @Deprecated @JavaAnnotation public interface JavaInterfaceWithAnnotation { @Deprecated @JavaAnnotation String getAnnotatedProperty(); @Deprecated @JavaAnnotation void annotatedMethod();Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 848 bytes - Click Count (0)