Class ConfigSelector

java.lang.Object
org.springframework.context.annotation.AdviceModeImportSelector<EnableMethodCache>
com.alicp.jetcache.anno.config.ConfigSelector
All Implemented Interfaces:
org.springframework.context.annotation.ImportSelector

public class ConfigSelector extends org.springframework.context.annotation.AdviceModeImportSelector<EnableMethodCache>
Created on 2016/11/16.
  • Field Summary

    Fields inherited from class org.springframework.context.annotation.AdviceModeImportSelector

    DEFAULT_ADVICE_MODE_ATTRIBUTE_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    selectImports(org.springframework.context.annotation.AdviceMode adviceMode)
     

    Methods inherited from class org.springframework.context.annotation.AdviceModeImportSelector

    selectImports

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.annotation.ImportSelector

    getExclusionFilter
  • Constructor Details

    • ConfigSelector

      public ConfigSelector()
  • Method Details

    • selectImports

      public String[] selectImports(org.springframework.context.annotation.AdviceMode adviceMode)