What kind of programming methodology is this, with square brackets?
eg:
[ResourceBundle(“textLayout”)]
[Style(name=“buttonStyleName”, type=“String”, inherit=“no”)]
You can see these in flex sdk source. The style means css. But why would one write like this?