Uses of Record Class
ai.timefold.jpyinterpreter.AnnotationMetadata
Packages that use AnnotationMetadata
-
Uses of AnnotationMetadata in ai.timefold.jpyinterpreter
Fields in ai.timefold.jpyinterpreter with type parameters of type AnnotationMetadataMethods in ai.timefold.jpyinterpreter that return types with arguments of type AnnotationMetadataModifier and TypeMethodDescriptionTypeHint.annotationList()Returns the value of theannotationListrecord component.static List<AnnotationMetadata>AnnotationMetadata.getAnnotationListWithoutRepeatable(List<AnnotationMetadata> metadata) Method parameters in ai.timefold.jpyinterpreter with type arguments of type AnnotationMetadataModifier and TypeMethodDescriptionTypeHint.addAnnotations(List<AnnotationMetadata> addedAnnotations) static List<AnnotationMetadata>AnnotationMetadata.getAnnotationListWithoutRepeatable(List<AnnotationMetadata> metadata) Constructor parameters in ai.timefold.jpyinterpreter with type arguments of type AnnotationMetadataModifierConstructorDescriptionTypeHint(PythonLikeType type, List<AnnotationMetadata> annotationList) TypeHint(PythonLikeType type, List<AnnotationMetadata> annotationList, TypeHint[] genericArgs, PythonLikeType javaGetterType) Creates an instance of aTypeHintrecord class.TypeHint(PythonLikeType type, List<AnnotationMetadata> annotationList, PythonLikeType javaGetterType)