Shortcut to build a new descriptor. @param listeners any execution listeners to be included @return a new descriptor builder
(ExecutionListener...listeners)
| 48 | * @return a new descriptor builder |
| 49 | */ |
| 50 | public static DescriptorBuilder.Start builder(ExecutionListener...listeners) { |
| 51 | return DescriptorGenerator.create(new DescriptorHelperImpl(), listeners); |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Shortcut to build a descriptor from an existing annotated helper class. |