Instead of forcing class name in the @Blueprint, e.g. @Blueprint( Car.class), if no class is set determine the target class from the Bluepint's class name. For example:
@Blueprint
public class CarBlueprint {
}
would set the @Blueprint target class to Car from the class name CarBlueprint.
Instead of forcing class name in the @Blueprint, e.g. @Blueprint( Car.class), if no class is set determine the target class from the Bluepint's class name. For example:
@Blueprint public class CarBlueprint {
}
would set the @Blueprint target class to Car from the class name CarBlueprint.