v1.4.3 - Steve and Alex Are Back
To summarize everything up
Pages is removed as it decreased performance, caused bugs, and had an impact on file size and gave no benefits so now it's removed
on the other hand now filler and decorators features from 1.5.0 are added now; you can add your own Decorator or MenuFiller without the need of generics in the actual class like Menu like:
menu.setFiller(new CustomFiller(menu));
menu.getFiller(CustomFiller.class);