All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cobraparser.html.js.PropertyName Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package org.cobraparser.html.js;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

import org.cobraparser.js.JavaClassWrapper;

/**
 * Specifies the property name directly instead of being inferred. In the longer
 * run, it might be better to add {@link java.beans.BeanInfo} awareness in
 * {@link JavaClassWrapper}
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface PropertyName {

  String value();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy