May 2017
Intermediate to advanced
442 pages
11h 55m
English
To create a plugin using interfaces through metadata, follow these steps:
public interface ConWHSVehicleColorable { public Color Color() { } }
class ConWHSVehicleGroupColorRed implements ConWHSVehicleColorable { public Color Color() { return 'Red'; } }
Read now
Unlock full access