static BuildingBlockDescriptor |
BuildingBlockDescriptor.forAnnotatedWith(BuildingBlockType buildingBlockType,
Class<? extends Annotation> type) |
Convenient method to create a new descriptor matching all java classes that are annotated with the given annotation.
|
static BuildingBlockDescriptor |
BuildingBlockDescriptor.forAssignableTo(BuildingBlockType buildingBlockType,
Class<?>... types) |
Convenient method to create a new descriptor matching all java classes that are assignable to at least one of the given types.
|
static BuildingBlockDescriptor |
BuildingBlockDescriptor.forMetaAnnotatedWith(BuildingBlockType buildingBlockType,
Class<? extends Annotation> type) |
Convenient method to create a new descriptor matching all java classes that are meta-annotated with the given annotation.
|
static BuildingBlockDescriptor |
BuildingBlockDescriptor.forSimpleNameEndingWith(BuildingBlockType buildingBlockType,
String suffix) |
Convenient method to create a new descriptor matching all java classes whose simple name ends with a given suffix.
|