Uses of Interface
org.opendaylight.mdsal.binding.model.api.AnnotationType
Packages that use AnnotationType
Package
Description
Model of Java classes generated from YANG.
-
Uses of AnnotationType in org.opendaylight.mdsal.binding.model.api
Methods in org.opendaylight.mdsal.binding.model.api that return types with arguments of type AnnotationTypeModifier and TypeMethodDescriptionAnnotationType.getAnnotations()Returns the List of Annotations.GeneratedType.getAnnotations()Returns List of annotation definitions associated with generated type.TypeMember.getAnnotations()Returns List of annotation definitions associated with generated type. -
Uses of AnnotationType in org.opendaylight.mdsal.binding.model.api.type.builder
Methods in org.opendaylight.mdsal.binding.model.api.type.builder that return AnnotationTypeModifier and TypeMethodDescription@NonNull AnnotationTypeAnnotationTypeBuilder.build()Returnsnewimmutable instance of Annotation Type with values assigned in current instance of Annotation Type Builder.