Addressed review comments

This commit is contained in:
Ollie Abbey
2020-09-01 08:55:52 +01:00
parent ba5c2f4288
commit 776c0c154f

View File

@ -740,10 +740,11 @@ in each object at runtime.
<![CDATA[
//FieldDeclaration
[@Final= true() and @Static= false()]
[VariableDeclarator/VariableInitializer/Expression
/PrimaryExpression[not(PrimarySuffix)]/PrimaryPrefix/Literal]
[not(preceding-sibling::Annotation/MarkerAnnotation/Name[@Image="Builder.Default"]
and //ImportDeclaration/Name[@Image="lombok.Builder"])]
[not(preceding-sibling::Annotation/MarkerAnnotation/Name[@Image="Builder.Default"]
and //ImportDeclaration/Name[@Image="lombok.Builder"])]
/VariableDeclarator
[VariableInitializer/Expression/PrimaryExpression[not(PrimarySuffix)]/PrimaryPrefix/Literal]
/VariableDeclaratorId
]]>
</value>
</property>