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