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

com.arjuna.common.internal.util.propertyservice.FullPropertyName Maven / Gradle / Ivy

The newest version!
/*
   Copyright The Narayana Authors
   SPDX-License-Identifier: Apache-2.0
 */

package com.arjuna.common.internal.util.propertyservice;

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

/**
 * Annotation used to set the name of a property corresponding to a bean field.
 *
 * @author Jonathan Halliday ([email protected])
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface FullPropertyName
{
    String name();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy