Package com.scriptbasic.interfaces
Interface Magic
public interface Magic
When a BASIC program has a reference to an object that is an instance of a class that implements Magic.Bean
setting a field and getting the value of a field is done through the "magic" methods defined in this interface
instead of setting the field or getting the value of the field through the getters/setters or accessing the
fields directly.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMagic.Beanstatic interfaceMagic.Getterstatic interfaceMagic.Setter