A target is the class that is being advised. The class can be a third party class or your own class to which you require to add your own custom behavior. By using the concepts of AOP, the target class is free to center on its main concern, unaware to any advice that is being applied.