Uses of Annotation Interface
dev.getelements.elements.sdk.annotation.ElementDependency
Packages that use ElementDependency
Package
Description
The SDK Annotations in this package govern the visibility and services defined within an
Element.-
Uses of ElementDependency in dev.getelements.elements.sdk.annotation
Methods in dev.getelements.elements.sdk.annotation with parameters of type ElementDependencyModifier and TypeMethodDescriptionbooleanElementDependency.Named.test(ElementDependency dependency, Element element) -
Uses of ElementDependency in dev.getelements.elements.sdk.record
Methods in dev.getelements.elements.sdk.record that return ElementDependencyModifier and TypeMethodDescriptionElementDependencyRecord.dependency()Returns the value of thedependencyrecord component.Methods in dev.getelements.elements.sdk.record that return types with arguments of type ElementDependencyModifier and TypeMethodDescriptionElementDependencyRecord.selector()Returns the value of theselectorrecord component.Methods in dev.getelements.elements.sdk.record with parameters of type ElementDependencyModifier and TypeMethodDescriptionstatic ElementDependencyRecordElementDependencyRecord.from(ElementDependency elementDependency) Creates anElementDependencyRecordfrom theElementDependencyannotation..Constructors in dev.getelements.elements.sdk.record with parameters of type ElementDependencyModifierConstructorDescriptionElementDependencyRecord(ElementDependency dependency, BiPredicate<ElementDependency, Element> selector) Creates an instance of aElementDependencyRecordrecord class.Constructor parameters in dev.getelements.elements.sdk.record with type arguments of type ElementDependencyModifierConstructorDescriptionElementDependencyRecord(ElementDependency dependency, BiPredicate<ElementDependency, Element> selector) Creates an instance of aElementDependencyRecordrecord class.