Liferay 7.0-ce-b4

com.liferay.portal.kernel.spring.aop
Annotation Type Property


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Property


Required Element Summary
 String name
           
 String value
           
 

Element Detail

name

public abstract String name

value

public abstract String value

Liferay 7.0-ce-b4