Package org.refcodes.mixin
Interface LocatorAccessor.LocatorBuilder<T,B extends LocatorAccessor.LocatorBuilder<T,B>>
-
- Type Parameters:
T- The type of the locatorB- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- LocatorAccessor<T>
public static interface LocatorAccessor.LocatorBuilder<T,B extends LocatorAccessor.LocatorBuilder<T,B>>Provides a builder method for a locator property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithLocator(T aLocator)Sets the locator for the locator property.
-