Searched refs:fromAnnotations (Results 1 – 5 of 5) sorted by relevance
89 fun fromAnnotations(annotations: List<Annotation>): Capabilities { in <lambda>() method91 Capability.Persistence.fromAnnotations(annotations)?.let { in <lambda>()94 Capability.Encryption.fromAnnotations(annotations)?.let { ranges.add(it.toRange()) } in <lambda>()95 Capability.Ttl.fromAnnotations(annotations)?.let { ranges.add(it.toRange()) } in <lambda>()96 Capability.Queryable.fromAnnotations(annotations)?.let { ranges.add(it.toRange()) } in <lambda>()97 Capability.Shareable.fromAnnotations(annotations)?.let { ranges.add(it.toRange()) } in <lambda>()101 fun fromAnnotation(annotation: Annotation) = fromAnnotations(listOf(annotation)) in <lambda>()
95 fun fromAnnotations(annotations: List<Annotation>): Persistence? { in toRange() method189 fun fromAnnotations(annotations: List<Annotation>): Ttl? { in fromAnnotations() method221 fun fromAnnotations(annotations: List<Annotation>): Encryption? { in fromAnnotations() method253 fun fromAnnotations(annotations: List<Annotation>): Queryable? { in fromAnnotations() method285 fun fromAnnotations(annotations: List<Annotation>): Shareable? { in fromAnnotations() method
44 assertThat(Capabilities.fromAnnotations(emptyList<Annotation>()).isEmpty).isTrue() in testCapabilitiesEmpty()79 Capabilities.fromAnnotations( in testCapabilitiesFromAnnotationsPersistentAndTtl()92 Capabilities.fromAnnotations( in testCapabilitiesFromAnnotationsQueryableAndEncrypted()
org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...