public interface DependentDescriptor
extends com.buschmais.jqassistant.core.store.api.model.Descriptor
Descriptor which depends on other
TypeDescriptors.| Modifier and Type | Method and Description |
|---|---|
List<TypeDescriptor> |
getDependencies()
Return the classes this descriptor depends on.
|
@Relation(value="DEPENDS_ON") List<TypeDescriptor> getDependencies()
Copyright © 2016 buschmais GbR. All rights reserved.