Interface PojoModelProperty

All Superinterfaces:
PojoModelCompositeElement, PojoModelElement

@Incubating public interface PojoModelProperty extends PojoModelCompositeElement
A model element representing a property bound to a bridge.
See Also:
  • Method Details

    • name

      String name()
      Returns:
      The name of this property.
    • markers

      <M> Collection<M> markers(Class<M> markerType)
      Type Parameters:
      M - The type of returned markers.
      Parameters:
      markerType - A type of marker.
      Returns:
      A collection of markers with the given type found on this property.