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 TypeMethodDescriptionboolean
ElementDependency.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 thedependency
record component.Methods in dev.getelements.elements.sdk.record that return types with arguments of type ElementDependencyModifier and TypeMethodDescriptionElementDependencyRecord.selector()
Returns the value of theselector
record component.Methods in dev.getelements.elements.sdk.record with parameters of type ElementDependencyModifier and TypeMethodDescriptionstatic ElementDependencyRecord
ElementDependencyRecord.from
(ElementDependency elementDependency) Creates anElementDependencyRecord
from theElementDependency
annotation..Constructors in dev.getelements.elements.sdk.record with parameters of type ElementDependencyModifierConstructorDescriptionElementDependencyRecord
(ElementDependency dependency, BiPredicate<ElementDependency, Element> selector) Creates an instance of aElementDependencyRecord
record 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 aElementDependencyRecord
record class.