Home task #23

Task list

  1. git repo + readme
  2. console java application (not war)
  3. create simple component with 2 methods
    3.1 first method without parameters
    3.2 second method with 3 parameters
  4. crearte asspect (use @Aspect annotations)
  5. add aspects to 2 methods of component #3
  6. get component from spring context and call methods