Class PointCut

java.lang.Object
com.github.can019.global.aop.PointCut

public class PointCut extends Object
  • Constructor Details

    • PointCut

      public PointCut()
  • Method Details

    • basePackage

      public void basePackage()
    • allController

      public void allController()
    • allService

      public void allService()
    • allRepository

      public void allRepository()
    • allControllerUnderBasePackage

      public void allControllerUnderBasePackage()
    • allServiceUnderBasePackage

      public void allServiceUnderBasePackage()
    • allRepositoryUnderBasePackage

      public void allRepositoryUnderBasePackage()
    • allControllerServiceRepositoryUnderBasePackage

      public void allControllerServiceRepositoryUnderBasePackage()