public class PointcutImpl extends Object implements Pointcut, Serializable
| コンストラクタと説明 |
|---|
PointcutImpl(Class targetClass) |
PointcutImpl(Method method) |
PointcutImpl(String[] methodNames) |
public PointcutImpl(Class targetClass) throws EmptyRuntimeException
targetClass - EmptyRuntimeExceptionpublic PointcutImpl(String[] methodNames) throws EmptyRuntimeException
methodNames - EmptyRuntimeExceptionpublic PointcutImpl(Method method)
method - Copyright © 2015 The DBFlute Project. All rights reserved.