In Spring pure POJO way of defining aspects we can convert any POJO as aspects. The POJO itself does not knows that it is being used as Aspect.
Write a pure POJO class
PojoHelloWorldDecorator
public class PojoHelloWorldDecorator {
// Message we intend to print before entering