com.alibaba.druid.support.monitor.annotation
注释类型 MField


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface MField


必需元素摘要
 AggregateType aggregate
           
 
可选元素摘要
 boolean groupBy
           
 String hashFor
           
 String hashForType
           
 String name
           
 

元素详细信息

aggregate

public abstract AggregateType aggregate

name

public abstract String name
默认值:
""

groupBy

public abstract boolean groupBy
默认值:
false

hashFor

public abstract String hashFor
默认值:
""

hashForType

public abstract String hashForType
默认值:
""


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.