com.screamingcoder.plebeians.bindings
Annotation Type Main


@BindingType
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Main

This is the marker you will use in your main app to tell Plebeians which bean to kick off. That bean should also have a method annotated with @Initializer which, as per the spec, will cause the manager to call it upon initialisation of your bean.