Skip to content

Commit

Permalink
删除多余代码
Browse files Browse the repository at this point in the history
  • Loading branch information
kawhii committed Sep 30, 2017
1 parent 552d40f commit 54e4df0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
package com.carl.wolf.core.foundation.module;

import com.carl.wolf.core.bean.Module;
import com.carl.wolf.core.exception.ModuleScanException;


/**
Expand All @@ -17,13 +16,6 @@
* @since 1.0.0
*/
public interface IModuleScanStrategy extends IScanStrategy<Module> {
/**
* 在对象中抽离出模块对象
*
* @param bean 被注解的对象
* @return
*/
Module process(Object bean) throws ModuleScanException;

/**
* 菜单扫描策略
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

package com.carl.wolf.core.foundation.module;

import com.carl.wolf.core.bean.Menu;
import com.carl.wolf.core.exception.ScanException;

import java.lang.reflect.Method;

/**
* 菜单扫描
Expand Down

0 comments on commit 54e4df0

Please sign in to comment.